]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.25 v0.25
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 15:39:33 +0000 (17:39 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 15:39:33 +0000 (17:39 +0200)
Changes
META.json
META.yml
README
lib/indirect.pm

diff --git a/Changes b/Changes
index 87f1129798e7c1d722d5433a4ea4b403f8de0b6b..1d730c62dbd9409557438a8288974a2dbeed23e9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for indirect
 
+0.25    2011-08-24 15:40 UTC
+        + Fix : RT #69291 is now also fixed for perl 5.8. The pragma will no
+                longer vivify the "indirect" entry in the hints hash %^H on
+                perl 5.8.
+        + Tst : Attempt to make t/50-external.t pass on Cygwin.
+
 0.24    2011-07-17 23:15 UTC
         + Fix : [RT #64521] : "no indirect" leaking into eval.
                 This is currently only fixed for perl 5.10 (perl 5.12 and
index a8a7ef5a231ebddffe046773c3533282d1d8d0a8..2e83a2cb9d985051aa1357487dd1c5468f34672f 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.58, CPAN::Meta::Converter version 2.110930001",
+   "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
    "license" : [
       "perl_5"
    ],
@@ -52,5 +52,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
       }
    },
-   "version" : "0.24"
+   "version" : "0.25"
 }
index ec66200abafe546683ffa88ed39f307e37e1c5ac..4fa62c8993ba89b94eb28a2511d17a5f7a387147 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001'
+generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,4 +27,4 @@ resources:
   homepage: http://search.cpan.org/dist/indirect/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git
-version: 0.24
+version: 0.25
diff --git a/README b/README
index fcf3c19d74e8ffa1aeb4c62cfc49b331ee7f2b11..2b53d6fb8733f00186240e4167337386bea66269 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.24
+    Version 0.25
 
 SYNOPSIS
         # In a script
index bc3d1d611079d5aaf87c04278c5504de143136cc..1eac9b92e896a8b20f5dca7a06abf0bad6a20341 100644 (file)
@@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect object syntax.
 
 =head1 VERSION
 
-Version 0.24
+Version 0.25
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.24';
+ $VERSION = '0.25';
 }
 
 =head1 SYNOPSIS