]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Makefile.PL
Require perl 5.8
[perl/modules/Variable-Magic.git] / Makefile.PL
index ac7488c94d244722a20a818a707043f956e078ed..3614cf9c696ab29f5a1c2c7629a89bf39e2d3229 100644 (file)
@@ -1,4 +1,4 @@
-use 5.007003;
+use 5.008;
 
 use strict;
 use warnings;
@@ -76,7 +76,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',