From: Vincent Pit Date: Mon, 20 Dec 2021 20:30:57 +0000 (+0100) Subject: This is 0.33 X-Git-Tag: v0.33^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=83579bea00d2a2264aff95def02be92c7363c620 This is 0.33 --- diff --git a/Changes b/Changes index e891e8e..cd12fdd 100644 --- 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 diff --git a/META.json b/META.json index 502434b..f3ea0a8 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "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/", @@ -56,9 +56,11 @@ "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" } diff --git a/META.yml b/META.yml index c8d2c85..ac67f34 100644 --- 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 15bb1ec..bb108eb 100644 --- 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. diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 580d331..d35eefd 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -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