File: Makefile.PL

package info (click to toggle)
libdate-range-perl 1.41-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 172; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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::Range',
	VERSION_FROM  => 'lib/Date/Range.pm',
	ABSTRACT_FROM => 'lib/Date/Range.pm',
	PREREQ_PM     => {
		'Date::Simple' => 0.03,
		'Test::More'   => 0.04,
	},
	AUTHOR => 'Tony Bowden <kasei@tmtm.com>',
);