use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( ( MM->can( 'signature_target' ) ? ( SIGN => 1 ) : () ), NAME => 'CGI::Simple', AUTHOR => 'Andy Armstrong ', VERSION_FROM => 'lib/CGI/Simple.pm', ABSTRACT_FROM => 'lib/CGI/Simple.pm', LICENSE => 'perl', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, 'version' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'CGI-Simple-*' }, );