X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=d1a07721d2bd5dffbf8feef94f9b691ae3b9c22b;hb=refs%2Ftags%2Fv0.12;hp=019fc664066384a634b80548d257c6867eb760a2;hpb=73e842e4f1d6c0c83bf58d589b5598cf1cfa8955;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 019fc66..d1a0772 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -1,6 +1,6 @@ package autovivification; -use 5.008003; +use 5.008_003; use strict; use warnings; @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.10 +Version 0.12 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.12'; } =head1 SYNOPSIS @@ -211,7 +211,7 @@ 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. -L (standard since perl 5.006). +L (standard since perl 5.6.0). =head1 SEE ALSO