X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=065ab9e5a4ed728ad19c82cdeb26627bd55f398a;hb=70ae2cdb77415585e3476fffe9ae0f88a7c83241;hp=b3023abef88f50c69550f1f133d62938a040d689;hpb=f9516672ceeb9882e00bd54b5bc60622c838a2a4;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index b3023ab..065ab9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,4 @@ +use 5.014; use strict; use warnings; use ExtUtils::MakeMaker; @@ -19,7 +20,6 @@ WriteMakefile( PREREQ_PM => { 'Carp' => 0, 'XSLoader' => 0, - 'bytes' => 0, 'warnings' => 0, 'strict' => 0, },