X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=0a53da0f009d1e0be7512b57767deef575c102e4;hb=10aae11547ebb521f01041bd1a2c23f96f509ee1;hp=2de79bcd8ad5119873e402dd2f9dd95b189151ca;hpb=fd95773479714bce7f8578528e0172c37a4cf2d8;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 2de79bc..0a53da0 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.61 =cut our $VERSION; BEGIN { - $VERSION = '0.58'; + $VERSION = '0.61'; } =head1 SYNOPSIS @@ -749,11 +749,9 @@ You can find documentation for this module with the perldoc command. perldoc Variable::Magic -Tests code coverage report is available at L. - =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.