X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=3593a2be5cd6eee815390cbf65edea6cc8612362;hp=ab54c250121ed2beb7570ade4b5580de5a4f3af7;hb=c8223c2b729cdac4d9b77f634ed31613ce5620bf;hpb=569b0505de7c5021759a402e898c1fcaaee2caac diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index ab54c25..3593a2b 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -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 5.8.1. +L 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.