File: Makefile.PL

package info (click to toggle)
libtest-mocktime-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 9
  • sloc: perl: 212; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

use ExtUtils::MakeMaker;

WriteMakefile(
		'NAME'          => 'Test::MockTime',
		'VERSION_FROM'  => 'lib/Test/MockTime.pm',
		'PREREQ_PM'     => {
				'Test::More' => 0,
				'Time::Local' => 0,
				'Time::Piece' => '1.08',
					},
);