/usr/local/CPAN/CGI-Validate/Makefile.PL


use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
	NAME			=> 'CGI::Validate',
	VERSION_FROM	=> 'Validate.pm',
	PREREQ_PM		=> {
		CGI			=> 2.30,
		Carp		=> 0,
	},
);