X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=2890cace2f79a6b81c1f20d82d98bcf69b783f8c;hb=5f53c81963f68100257acd888894cd26ae83b9d7;hp=71a566f92868f334bb99c399bf4339178e6590ec;hpb=3201984d539ab173c11a001792be4294af17a08c;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 71a566f..2890cac 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.07 +Version 0.09 =cut our $VERSION; BEGIN { - $VERSION = '0.07'; + $VERSION = '0.09'; } =head1 SYNOPSIS @@ -234,7 +234,7 @@ Matt S. Trout asked for it. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011 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.