File: Makefile.PL

package info (click to toggle)
libtest-tap-model-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 172 kB
  • ctags: 299
  • sloc: perl: 917; makefile: 588
file content (14 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;
WriteMakefile(
	PL_FILES     => {},
	INSTALLDIRS  => 'site',
	NAME         => 'Test::TAP::Model',
	EXE_FILES    => [],
	VERSION_FROM => 'lib/Test/TAP/Model.pm',
	SIGN         => 1,
	PREREQ_PM    => {
		'Test::Harness'  => '2.64',
		'Test::More'     => '0.53',
		'Method::Alias'  => 0
	},
);