]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
This is 0.59
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index 2de79bcd8ad5119873e402dd2f9dd95b189151ca..a4ac4486b3bcd8b4443443d0db0c1f8180de8f1f 100644 (file)
@@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.58
+Version 0.59
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.58';
+ $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<http://www.profvince.com/perl/cover/Variable-Magic>.
-
 =head1 COPYRIGHT & LICENSE
 
 Copyright 2007,2008,2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all rights reserved.