X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=2a41072af5e422d3bbb607a277ac01e0d43e2025;hb=8140a099db6b1e60014ad468182815974e1a3650;hp=3761b82f6b1b0dcb53a0f1dbaba12de833fc5be1;hpb=bf9ae2c819662938dfd821062f7a336ace3f6d36;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 3761b82..2a41072 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.10 +Version 0.11 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.11'; } =head1 SYNOPSIS @@ -242,7 +242,7 @@ Matt S. Trout asked for it. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010,2011,2012 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2012,2013 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.