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