X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=b7a2f8690872056053a10d4f8e2d4e7b875adc98;hb=0173c748a1c69dd1f6693d40ca5635c86ed9edef;hp=b9fdbfa9711427df9e1ea334b1665c51e9845a6f;hpb=db81d362a1901dbeccf6063a39e86b35b2838875;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index b9fdbfa..b7a2f86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,13 +18,11 @@ WriteMakefile( }, PREREQ_PM => { 'Carp' => 0, - 'B::Hooks::EndOfScope' => 0, 'XSLoader' => 0, - 'bytes' => 0, 'warnings' => 0, 'strict' => 0, }, - MIN_PERL_VERSION => '5.12.0', + MIN_PERL_VERSION => '5.14.0', dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Function-Parameters-*' }, );