File: Makefile.PL

package info (click to toggle)
liblog-loglite-perl 0.82-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 68 kB
  • ctags: 15
  • sloc: perl: 198; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
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.2 },
);