allow parameters to be referenced from defaults in the same param list
[p5sagit/Function-Parameters.git] / Makefile.PL
index a96a82f..065ab9e 100644 (file)
@@ -1,3 +1,4 @@
+use 5.014;
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
@@ -18,9 +19,7 @@ WriteMakefile(
     },
     PREREQ_PM => {
        'Carp' => 0,
-       'B::Hooks::EndOfScope' => 0,
        'XSLoader' => 0,
-       'bytes' => 0,
         'warnings' => 0,
         'strict' => 0,
     },