]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Makefile.PL
Require perl 5.8.1
[perl/modules/autovivification.git] / Makefile.PL
index e33c81c55d79b81760efe42406dc6be098536061..3c510a82b90fc9325639337739b662a6c6eefba6 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008;
+use 5.008001;
 
 use strict;
 use warnings;
@@ -56,7 +56,7 @@ WriteMakefile(
  PL_FILES         => {},
  @DEFINES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => 5.008001,
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",