X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=f7258c1d27cad3beafb22e982058146cc39178dc;hb=be4ab8a99581fbedc3b3957f548a4c9b76aec3e4;hp=1a13618ecd85684d456ef73d78643e4f402f3258;hpb=ed21941b6fad61c361c3665f5a8ebfef3c4e4151;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 1a13618..f7258c1 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.60 +Version 0.62 =cut our $VERSION; BEGIN { - $VERSION = '0.60'; + $VERSION = '0.62'; } =head1 SYNOPSIS @@ -734,7 +734,7 @@ L and L for other ways of enhancing objects. =head1 AUTHOR -Vincent Pit, C<< >>, L. +Vincent Pit C<< >>. You can contact me by mail or on C (vincent). @@ -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,2016,2017 Vincent Pit, all rights reserved. +Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2022 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.