X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=e35a3c3aae72dcb35c8ec6897fe8199158ab8eba;hb=f55eedad251ca6351a00c8014eb9ab64b800b4af;hp=4d1ec64a004a0e42981ed885b85d87ffeaf77ca5;hpb=5c32c65e51fca0ff49c43b814e9653e01b1e56f1;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 4d1ec64..e35a3c3 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl. =head1 VERSION -Version 0.58 +Version 0.62 =cut our $VERSION; BEGIN { - $VERSION = '0.58'; + $VERSION = '0.62'; } =head1 SYNOPSIS @@ -751,7 +751,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved. +Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,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.