X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=8b70a75ee51dbbc8c71c6879cd826a6efdfcb8de;hb=f43bcb48f22a850a45bf01e5fdcdddbbfcb9dffa;hp=f7ddbe711facd13a0e500f5dbc8e58d7cb127a7d;hpb=e94f0772b780bffe53ab63672bc11f9c218cf967;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index f7ddbe7..8b70a75 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.12 +Version 0.17 =cut our $VERSION; BEGIN { - $VERSION = '0.12'; + $VERSION = '0.17'; } =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,15 +238,13 @@ 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. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010,2011,2012,2013 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2012,2013,2014,2015,2017 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.