X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fautovivification.pm;h=bd95e56f5579537c5feeed65a253110da6307d14;hb=9686b1070ec31c97d43957bad69f4bf0e70590b1;hp=4c32719d741a8bf15bfd35c402a6f65fa6b9a2fc;hpb=0815af96defabe600917fb0ba73a676235884a36;p=perl%2Fmodules%2Fautovivification.git diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 4c32719..bd95e56 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification. =head1 VERSION -Version 0.13 +Version 0.14 =cut our $VERSION; BEGIN { - $VERSION = '0.13'; + $VERSION = '0.14'; } =head1 SYNOPSIS @@ -246,7 +246,7 @@ 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.