]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
This is 0.24 v0.24
authorVincent Pit <vince@profvince.com>
Tue, 10 Sep 2013 11:10:35 +0000 (13:10 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 10 Sep 2013 11:10:35 +0000 (13:10 +0200)
Changes
META.json
META.yml
README
lib/Scope/Upper.pm

diff --git a/Changes b/Changes
index 866cb90a3c139886bc64df5009e4f70da66707e1..d4ed47a0fb67d3d5faa398319f0ab7986845eff6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Scope-Upper
 
+0.24    2013-09-10 11:10 UTC
+        + Fix : Lexicals returned with unwind(), yield() and leave() will no
+                longer be lost on perl 5.19.4 and above.
+
 0.23    2013-09-02 11:30 UTC
         This is a maintenance release. The code contains no functional change.
         Satisfied users of version 0.22 can skip this update.
index 8f82f292539722c341b74bf8bb51eca27a6452e3..a32b923ded758bf27a5e4ae7632af88805f67279 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.74, CPAN::Meta::Converter version 2.132140",
+   "generated_by" : "ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510",
    "license" : [
       "perl_5"
    ],
@@ -58,5 +58,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
       }
    },
-   "version" : "0.23"
+   "version" : "0.24"
 }
index 89eab88553e3f17fd84b06ad061dcb10e85acc10..0d0df3c408875b0faf8535f3dc233f0b643453e3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -13,7 +13,7 @@ configure_requires:
   Config: 0
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 2.132140'
+generated_by: 'ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,4 +33,4 @@ resources:
   homepage: http://search.cpan.org/dist/Scope-Upper/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git
-version: 0.23
+version: 0.24
diff --git a/README b/README
index d92c5fd180d7d2e541fe0cbe0152578a876bd459..4844073727e0d1dbf07695f7ec9a767f7d1bba1e 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.23
+    Version 0.24
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
index 7553492c3bde6d88189582c33be7c70f34b70a7c..9f9b70f1f6e968cff6cfe62506a235e31741a0c6 100644 (file)
@@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes.
 
 =head1 VERSION
 
-Version 0.23
+Version 0.24
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.23';
+ $VERSION = '0.24';
 }
 
 =head1 SYNOPSIS