]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - Makefile.PL
Require perl 5.6.1
[perl/modules/Scope-Upper.git] / Makefile.PL
index 2ad090a00e7f5c539acc3d40960bf391acfcd551..905fa9f73e9ca589849e414059632ac3fa35b7a1 100644 (file)
@@ -1,4 +1,4 @@
-use 5.006;
+use 5.006001;
 
 use strict;
 use warnings;
@@ -95,7 +95,7 @@ WriteMakefile(
  @DEFINES,
  BUILD_REQUIRES   => \%BUILD_REQUIRES,
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => '5.006',
+ MIN_PERL_VERSION => '5.006001',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",