X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=a4ac4486b3bcd8b4443443d0db0c1f8180de8f1f;hb=02ce837080a9908bef4404028ae6ffd02f20eb1a;hp=7c866494233c59ffdd7729ad8f6a124d396282ef;hpb=2ccccc5e7ea3f299777e0b67db864a1ea60688a6;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 7c86649..a4ac448 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.57 +Version 0.59 =cut our $VERSION; BEGIN { - $VERSION = '0.57'; + $VERSION = '0.59'; } =head1 SYNOPSIS @@ -749,8 +749,6 @@ 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.