Merge branch 'master' into pure-ops
[p5sagit/Function-Parameters.git] / Makefile.PL
index ea52471..b7a2f86 100644 (file)
@@ -17,11 +17,12 @@ WriteMakefile(
         'Test::More' => 0,
     },
     PREREQ_PM => {
+       'Carp' => 0,
        'XSLoader' => 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-*' },
 );