X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=30974eaee73a1b943cb15dd2623ed58e5a851859;hb=fb8ae185db37d75973080191fc17ec24f44cd070;hp=316e5a286c024f02cb70e4e6696261514eeb9a25;hpb=4ae96f44338cb71d96e4be848b4bdd3e7fd353e4;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 316e5a2..30974ea 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.15 +Version 0.16 =cut our $VERSION; BEGIN { - $VERSION = '0.15'; + $VERSION = '0.16'; } =head1 SYNOPSIS @@ -144,7 +144,7 @@ When C<@opts> is empty, it defaults to C<< qw >>. my %bits = ( strict => A_HINT_STRICT, warn => A_HINT_WARN, - fetch => A_HINT_FETCH, + fetch => A_HINT_FETCH|A_HINT_KEYS|A_HINT_VALUES, store => A_HINT_STORE, exists => A_HINT_EXISTS, delete => A_HINT_DELETE, @@ -238,8 +238,6 @@ You can find documentation for this module with the perldoc command. perldoc autovivification -Tests code coverage report is available at L. - =head1 ACKNOWLEDGEMENTS Matt S. Trout asked for it.