X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=8b1e1524eef5d1ad2c6cf58a2b01774713d99f3c;hb=0180a2a0145e8f56b355b156b66ad1c188dc7214;hp=ce5f46695afb4429c5425889bb1338fd0a13c75e;hpb=1ea1a6ba4adb32d0b21066efc83d3c1244c89eec;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index ce5f466..8b1e152 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.12 +Version 0.16 =cut our $VERSION; BEGIN { - $VERSION = '0.12'; + $VERSION = '0.16'; } =head1 SYNOPSIS @@ -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,2014 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2012,2013,2014,2015 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.