File: Makefile.PL

package info (click to toggle)
liblog-loglite-perl 0.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 92 kB
  • ctags: 172
  • sloc: makefile: 441; perl: 164
file content (10 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Log::LogLite',
    'VERSION_FROM' => 'LogLite.pm', # finds $VERSION
    'PREREQ_PM' => {
	IO::LockedFile => 0.1, 
	},
);