File: Makefile.PL

package info (click to toggle)
libcgi-untaint-perl 1.25-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 92 kB
  • ctags: 25
  • sloc: perl: 289; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	'NAME'          => 'CGI::Untaint',
	'AUTHOR'        => 'Tony Bowden <tmtm@cpan.org>',
	'ABSTRACT_FROM' => 'lib/CGI/Untaint.pm',
	'VERSION_FROM'  => 'lib/CGI/Untaint.pm',
	'PREREQ_PM'     => {
		'Test::More'         => 0.11,
		'UNIVERSAL::require' => 0.01,
	},
);