X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=0690786204b51967de470964f2a09c0b7b1c8139;hb=ceb60f4d90a0e40ec31ed814b73760a57b3376f2;hp=fb468bacf1fbdee2c7d90bae038a053b833d4835;hpb=c3fc7f77db6f10956e3ec12a1cb4ad109925882e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index fb468ba..0690786 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.62 +Version 0.63 =cut our $VERSION; BEGIN { - $VERSION = '0.62'; + $VERSION = '0.63'; } =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,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.