]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
This is 0.42 v0.42
authorVincent Pit <vince@profvince.com>
Wed, 19 May 2010 00:13:23 +0000 (02:13 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 19 May 2010 00:13:23 +0000 (02:13 +0200)
Changes
META.yml
README
lib/Variable/Magic.pm

diff --git a/Changes b/Changes
index 9a7914e57c106e6a07642490c009e23d450d0de1..f683a5997bad70b0b6a281ddd64546aa17728589 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Variable-Magic
 
+0.42    2010-05-19 00:15 UTC
+        This is a maintenance release. The code contains no functional change.
+        Users of 0.41 can skip this update.
+        + Fix : Test failures with perl 5.13.
+        + Tst : Improve coverage.
+
 0.41    2010-03-15 17:35 UTC
         + Doc : Tweaks and fixups.
                 Thanks Shlomi Fish.
index acf9f9cbc20fae4a64b1ff03ea82e0383a386ac1..07684462d4878c825e3116d0318afee924abb344 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Variable-Magic
-version:            0.41
+version:            0.42
 abstract:           Associate user-defined magic to variables from Perl.
 author:
     - Vincent Pit <perl@profvince.com>
diff --git a/README b/README
index f6f4362944106f006d7fe75b6f7559bf37d56492..ede1e61dc345f0094d0f9a0cf7b9e9fcb4a07578 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.41
+    Version 0.42
 
 SYNOPSIS
         use Variable::Magic qw/wizard cast VMG_OP_INFO_NAME/;
index bebfc984ef21946ca609334f5f4e2fc31f921239..d792a8abd139ae74333117f5de875fd5cafb9598 100644 (file)
@@ -13,13 +13,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.41
+Version 0.42
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.41';
+ $VERSION = '0.42';
 }
 
 =head1 SYNOPSIS