X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=57eb09f75017317520ecb34e9f67ba56e925a1c2;hb=34f54f87c254e212ef4db5d29937471be325d2b8;hp=39f043ba3e9b1ceec257a6f1fbf70bd0ff8d75a7;hpb=a0fdf9570dd7bd3b315f56202a29ae00c20bc625;p=perl%2Fmodules%2FLexical-Types.git diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index 39f043b..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; @@ -13,13 +13,13 @@ Lexical::Types - Extend the semantics of typed lexicals. =head1 VERSION -Version 0.08 +Version 0.09 =cut our $VERSION; BEGIN { - $VERSION = '0.08'; + $VERSION = '0.09'; } =head1 SYNOPSIS @@ -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