]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Require perl 5.8.1
authorVincent Pit <vince@profvince.com>
Tue, 18 May 2010 22:15:11 +0000 (00:15 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 18 May 2010 22:15:11 +0000 (00:15 +0200)
Makefile.PL
lib/Lexical/Types.pm

index ec40661bfff4d59c4495f59c1dab1a4ca64d9317..2f43918b7e8765f6dce8d4e9cb1a4127171fe71c 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008;
+use 5.008001;
 
 use strict;
 use warnings;
@@ -53,7 +53,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",
index f59d8af02d3dc686fcb088cccb4a15975e7e59a7..57eb09f75017317520ecb34e9f67ba56e925a1c2 100644 (file)
@@ -1,6 +1,6 @@
 package Lexical::Types;
 
-use 5.008;
+use 5.008001;
 
 use strict;
 use warnings;
@@ -264,7 +264,7 @@ This is due to a shortcoming in the way perl handles the hints hash, which is ad
 
 =head1 DEPENDENCIES
 
-L<perl> 5.8, L<XSLoader>.
+L<perl> 5.8.1, L<XSLoader>.
 
 =head1 SEE ALSO