]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
This is 0.49 v0.49
authorVincent Pit <vince@profvince.com>
Tue, 5 Jun 2012 21:39:00 +0000 (23:39 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 5 Jun 2012 21:39:00 +0000 (23:39 +0200)
Changes
META.json
META.yml
README
lib/Variable/Magic.pm

diff --git a/Changes b/Changes
index 1ac305f20bd9e63b5b1f0699338678b61d6fa55a..7f9cb3e8a405be3548f9eb7765706a710219c3a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Variable-Magic
 
+0.49    2012-06-05 21:40 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.48 can skip this update.
+        + Fix : [RT #77644] : t/17_ctl.t fails in test 44 since 5.17.0.
+                This test has been taught about perl 5.17.0.
+                Thanks Reini Urban for reporting.
+        + Tst : t/99-kwalitee.t will be skipped when only problematic versions
+                of its dependencies are available.
+
 0.48    2012-02-17 23:40 UTC
         + Add : You can now pass a reference to undef as the magic callback in
                 order to install a no-op callback.
index aec4415ae9045dbfa2ed8299725ea03f90e47dc4..f942fbef9ff8bc35303d9f920866810f81259c87 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120351",
+   "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
    "license" : [
       "perl_5"
    ],
@@ -60,5 +60,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git"
       }
    },
-   "version" : "0.48"
+   "version" : "0.49"
 }
index b40f326c1e2d567d289036f6ab00b2f168a9fb54..8b18a69258bd6938345837bc190454b7e131be73 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -14,7 +14,7 @@ configure_requires:
   Config: 0
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 2.120351'
+generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -35,4 +35,4 @@ resources:
   homepage: http://search.cpan.org/dist/Variable-Magic/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FVariable-Magic.git
-version: 0.48
+version: 0.49
diff --git a/README b/README
index abba9256e8a80d07bec350dae8e9a48c64f67afc..494ef72d2cdcbff8a48185672fe5b70107b38dcc 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Variable::Magic - Associate user-defined magic to variables from Perl.
 
 VERSION
-    Version 0.48
+    Version 0.49
 
 SYNOPSIS
         use Variable::Magic qw<wizard cast VMG_OP_INFO_NAME>;
index 0a727bd11563795765242a3cff6cb09bb3f0217a..b22fee60980dff2995088aac77b605427f1009d4 100644 (file)
@@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.48
+Version 0.49
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.48';
+ $VERSION = '0.49';
 }
 
 =head1 SYNOPSIS