From: Vincent Pit Date: Tue, 18 May 2010 22:15:11 +0000 (+0200) Subject: Require perl 5.8.1 X-Git-Tag: v0.10~23 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=34f54f87c254e212ef4db5d29937471be325d2b8 Require perl 5.8.1 --- diff --git a/Makefile.PL b/Makefile.PL index ec40661..2f43918 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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", diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index f59d8af..57eb09f 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -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 5.8, L. +L 5.8.1, L. =head1 SEE ALSO