File: Makefile.PL

package info (click to toggle)
libdate-leapyear-perl 1.71-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 72 kB
  • ctags: 4
  • sloc: makefile: 35; perl: 15
file content (10 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
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'		=> 'Date::Leapyear',
    'VERSION_FROM'	=> 'lib/Date/Leapyear.pm', # finds $VERSION
    'PREREQ_PM'		=> {
            'Test::More' => 0,
        }, # e.g., Module::Name => 1.1
);