]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Require perl 5.6.1
authorVincent Pit <vince@profvince.com>
Fri, 4 Jan 2013 12:22:19 +0000 (13:22 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 4 Jan 2013 12:22:19 +0000 (13:22 +0100)
Makefile.PL
lib/Scope/Upper.pm

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",
index 0fa353431ea0fe5df5821aa1dd6d29a891669c33..a78272700766875a4fb2b63d29a43f12704dddfb 100644 (file)
@@ -792,7 +792,7 @@ Despite this shortcoming, this XS version of L</uplevel> should still run way fa
 
 =head1 DEPENDENCIES
 
-L<perl> 5.6.
+L<perl> 5.6.1.
 
 A C compiler.
 This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard.