]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Require perl 5.8.3
authorVincent Pit <vince@profvince.com>
Mon, 3 Jan 2011 15:01:34 +0000 (16:01 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 3 Jan 2011 15:01:34 +0000 (16:01 +0100)
5.8.2 has a buggy peephole optimizer that may cause test failures.

Makefile.PL
lib/Lexical/Types.pm

index 68fc7925bb86e920beb9673f83bb37bf61927ad5..c8440d1f223d1b95d74c9a5e97c525a09d409167 100644 (file)
@@ -1,4 +1,4 @@
-use 5.008001;
+use 5.008003;
 
 use strict;
 use warnings;
@@ -86,7 +86,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",
index ab54c250121ed2beb7570ade4b5580de5a4f3af7..3593a2be5cd6eee815390cbf65edea6cc8612362 100644 (file)
@@ -1,6 +1,6 @@
 package Lexical::Types;
 
-use 5.008001;
+use 5.008003;
 
 use strict;
 use warnings;
@@ -268,7 +268,7 @@ This is due to a shortcoming in the way perl handles the hints hash, which is ad
 
 =head1 DEPENDENCIES
 
-L<perl> 5.8.1.
+L<perl> 5.8.3.
 
 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.