]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - Makefile.PL
Move all run-time tweaks to the peephole optimizer
[perl/modules/autovivification.git] / Makefile.PL
index d05fd2d12e5f6833d0ae7b78a70477f9be7cf7a0..724b7a15711f693ce20075c74e7d3fd4bb793dc8 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.008003;
 
 use strict;
 use warnings;
@@ -84,7 +84,7 @@ WriteMakefile(
  PL_FILES         => {},
  @DEFINES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008001,
+ MIN_PERL_VERSION => 5.008003,
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text $file > \$(DISTVNAME)/README",