]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
This is 0.26 v0.26
authorVincent Pit <vince@profvince.com>
Thu, 12 Mar 2015 23:42:04 +0000 (20:42 -0300)
committerVincent Pit <vince@profvince.com>
Thu, 12 Mar 2015 23:42:04 +0000 (20:42 -0300)
Changes
META.json
META.yml
README
lib/Scope/Upper.pm

diff --git a/Changes b/Changes
index b8ad1313f65d810adec33020cac46eed1dc66c29..e0152a2c1004a6db3e0c5aea2ae232f823240dd7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Scope-Upper
 
 Revision history for Scope-Upper
 
+0.26    2015-03-12 23:30 UTC
+        + Fix : [RT #100264] : Don't use CvPADLIST on XSUBs
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+        + Fix : Be really compatible with the optional OP_PARENT feature.
+
 0.25    2014-09-21 17:10 UTC
         + Add : Support for the PERL_OP_PARENT optional feature introduced in
                 perl 5.21.2.
 0.25    2014-09-21 17:10 UTC
         + Add : Support for the PERL_OP_PARENT optional feature introduced in
                 perl 5.21.2.
index 22c77216a7feb77ec26bc7c1aa03848e800289d5..5409d634038730684a040cc12244f87d06717b46 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
    "license" : [
       "perl_5"
    ],
    "license" : [
       "perl_5"
    ],
@@ -58,5 +58,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
       }
    },
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
       }
    },
-   "version" : "0.25"
+   "version" : "0.26"
 }
 }
index 6a7d5ab62fdbd20293314681bf9f2b627b74d6e5..403f7ae9ca3c721370f41efda68b4a42d17da974 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -13,7 +13,7 @@ configure_requires:
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 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
   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.25'
+version: '0.26'
diff --git a/README b/README
index e4518c40b751f75e0a7b192c7e8a37e99394bf68..02b39f2476168fd6ac9b5eb06ef4c86e1d81b322 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.25
+    Version 0.26
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
@@ -785,8 +785,8 @@ ACKNOWLEDGEMENTS
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2012,2013,2014 Vincent Pit, all rights
-    reserved.
+    Copyright 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.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
index 025fccf2d9bad5e25546c6cea8d663989609c364..04f26fdd395262f4d2fe5d97bed5abe66fa4d6cb 100644 (file)
@@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes.
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.25
+Version 0.26
 
 =cut
 
 our $VERSION;
 BEGIN {
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.25';
+ $VERSION = '0.26';
 }
 
 =head1 SYNOPSIS
 }
 
 =head1 SYNOPSIS