X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=56f37a9169fd807fd6804593661b6dd18bbde985;hb=a4fef27a144878d158a7379e990c2e0e311bf870;hp=ad2e47e9dbadf02f2dd9f86cd5a8978550ae61ac;hpb=18759ee3da54601e0a475d9f99eed11877bdc49b;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index ad2e47e..56f37a9 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -1,6 +1,6 @@ package autovivification; -use 5.008; +use 5.008001; use strict; use warnings; @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.05 +Version 0.06 =cut our $VERSION; BEGIN { - $VERSION = '0.05'; + $VERSION = '0.06'; } =head1 SYNOPSIS @@ -156,6 +156,7 @@ sub import { =head2 C True iff the module could have been built with thread-safety features enabled. +This constant only has a meaning with your perl is threaded ; otherwise, it'll always be false. =head2 C @@ -170,7 +171,7 @@ If warnings are turned on, Perl will complain about one-element slices. =head1 DEPENDENCIES -L 5.8. +L 5.8.1. L (standard since perl 5.006).