X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=0ca916b47e3d1938977b07e51c4a6ebed175dce0;hb=92d785f98afb5bd5707e622ba9cc68818b8f0b33;hp=a4ac4486b3bcd8b4443443d0db0c1f8180de8f1f;hpb=02ce837080a9908bef4404028ae6ffd02f20eb1a;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index a4ac448..0ca916b 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.59 +Version 0.60 =cut our $VERSION; BEGIN { - $VERSION = '0.59'; + $VERSION = '0.60'; } =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 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.