]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
This is 0.30 v0.30
authorVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 15:56:05 +0000 (16:56 +0100)
committerVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 15:56:05 +0000 (16:56 +0100)
Changes
META.json
META.yml
README

diff --git a/Changes b/Changes
index 6b47c7732785f6a90269d4e57262b2ef97ff7229..2a645aec998498e06534fb9383b69e18b00a5268 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Scope-Upper
 
+0.30    2017-11-04 15:55 UTC
+        + Fix : [RT #123481] : Compatibility with CV-in-stash optimisation
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+
 0.29    2016-06-06 12:00 UTC
         + Chg : A large chunk of boilerplate XS code, which is also used in
                 other XS modules, has been factored out of the main .xs file
index 89587ef841394896ef665fd21d72e81fba717fb7..d9781110b2919fe40a18ce88bb9954e6c86b948e 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Scope-Upper",
    "no_index" : {
@@ -59,6 +59,6 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
       }
    },
-   "version" : "0.29",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "0.30",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
index bf17ceca924e537a94918edf9198d4de5c22cff0..97e5fb444b0b901f7ee6ec21d32bf66f2b7a7ee9 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 7.18, CPAN::Meta::Converter version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,5 +34,5 @@ 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.29'
+version: '0.30'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/README b/README
index 7985654073e00a2660f79ab28f389abec37ffd3e..0c8c61949f274a513ca242f1e2492f3e464ab1ba 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.29
+    Version 0.30
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
@@ -823,8 +823,8 @@ ACKNOWLEDGEMENTS
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016 Vincent Pit, all
-    rights reserved.
+    Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 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.