]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Makefile.PL
Carp is also a build dependency
[perl/modules/Variable-Magic.git] / Makefile.PL
index ac7488c94d244722a20a818a707043f956e078ed..8e0a44289443ea25717f037bfc3138b117790352 100644 (file)
@@ -1,4 +1,4 @@
-use 5.007003;
+use 5.008;
 
 use strict;
 use warnings;
@@ -51,6 +51,7 @@ my %META = (
   'ExtUtils::MakeMaker' => 0,
  },
  build_requires => {
+  'Carp'                => 0,
   'Config'              => 0,
   'ExtUtils::MakeMaker' => 0,
   'Test::More'          => 0,
@@ -76,7 +77,7 @@ WriteMakefile(
         'Exporter' => 0,
         'XSLoader' => 0
     },
-    MIN_PERL_VERSION => 5.007003,
+    MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,
     dist             => {
         PREOP    => 'pod2text lib/Variable/Magic.pm > $(DISTVNAME)/README',