]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
This is 0.33 v0.33
authorVincent Pit <vpit@cpan.org>
Mon, 20 Dec 2021 20:30:57 +0000 (21:30 +0100)
committerVincent Pit <vpit@cpan.org>
Mon, 20 Dec 2021 20:30:57 +0000 (21:30 +0100)
Changes
META.json
META.yml
README
lib/Scope/Upper.pm

diff --git a/Changes b/Changes
index e891e8eb9f8190e4f050ec79cbc8b2b4c806cbd3..cd12fdd5e2a8c232d50d9e15dc702bddc6fd54b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Scope-Upper
 
+0.33    2021-12-20 20:30 UTC
+        + Fix : [RT #114816] resources/remote/url points to web interface
+                META files now follow version 2.0 of the CPAN META spec.
+                Thanks Kent Fredric for reporting.
+        + Fix : [RT #139823] : Perl 5 blead breads t/07-context_info.t
+                t/07-context_info.t has been hardened against warning bits
+                changes.
+                Thanks Jim Keenan and Tony Cook for reporting and contributing
+                a fix.
+
 0.32    2019-07-08 12:50 UTC
         + Fix : [RT #129539] : fails with v5.27.3 and later with DEBUGGING
                 The module has been amended to accomodate with a change of
index 502434b8b2b240f64d127e3698a6613de44d8478..f3ea0a89b7848c383283231150fad1eae0cd101d 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <vpit@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -33,7 +33,6 @@
       },
       "configure" : {
          "requires" : {
-            "Config" : "0",
             "ExtUtils::MakeMaker" : "0"
          }
       },
@@ -49,6 +48,7 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
+         "mailto" : "bug-scope-upper@rt.cpan.org",
          "web" : "http://rt.cpan.org/Dist/Display.html?Name=Scope-Upper"
       },
       "homepage" : "http://search.cpan.org/dist/Scope-Upper/",
          "http://dev.perl.org/licenses/"
       ],
       "repository" : {
-         "url" : "http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git"
+         "type" : "git",
+         "url" : "http://git.vpit.fr/perl/modules/Scope-Upper.git/",
+         "web" : "http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git"
       }
    },
-   "version" : "0.32",
-   "x_serialization_backend" : "JSON::PP version 4.02"
+   "version" : "0.33",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
index c8d2c851e86d35e7e38eb1678a49833235561dd4..ac67f34efa3f7adc59ede36575994b9ed5118cd1 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -11,10 +11,9 @@ build_requires:
   XSLoader: '0'
   base: '0'
 configure_requires:
-  Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,6 +32,6 @@ resources:
   bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Scope-Upper
   homepage: http://search.cpan.org/dist/Scope-Upper/
   license: http://dev.perl.org/licenses/
-  repository: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git
-version: '0.32'
+  repository: http://git.vpit.fr/perl/modules/Scope-Upper.git/
+version: '0.33'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/README b/README
index 15bb1ec4605ba4544036305244a377a8aa8cc345..bb108eb85c242b1ca6fb2a82bd224c54c473eaab 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Scope::Upper - Act on upper scopes.
 
 VERSION
-    Version 0.32
+    Version 0.33
 
 SYNOPSIS
     "reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
@@ -823,8 +823,9 @@ ACKNOWLEDGEMENTS
     Thanks to Shawn M. Moore for motivation.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019
-    Vincent Pit, all rights reserved.
+    Copyright
+    2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2021 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.
index 580d331f43c26a75b1bff0e4fe4147d001f12dc1..d35eefd5738617bc975fbe0333bf02a644e2a3ea 100644 (file)
@@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes.
 
 =head1 VERSION
 
-Version 0.32
+Version 0.33
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.32';
+ $VERSION = '0.33';
 }
 
 =head1 SYNOPSIS