Revision history for Scope-Upper
+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
+ behaviour of a core macro.
+ + Upd : Contact info.
+
0.31 2018-08-26 19:50 UTC
+ Fix : [RT #125931] : localized SCALAR doesn't get imported
localize '$Foo::x' => $var now properly imports $x into Foo.
{
"abstract" : "Act on upper scopes.",
"author" : [
- "Vincent Pit <perl@profvince.com>"
+ "Vincent Pit <vpit@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"http://dev.perl.org/licenses/"
],
"repository" : {
- "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
+ "url" : "http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.31",
- "x_serialization_backend" : "JSON::PP version 2.97001"
+ "version" : "0.32",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
---
abstract: 'Act on upper scopes.'
author:
- - 'Vincent Pit <perl@profvince.com>'
+ - 'Vincent Pit <vpit@cpan.org>'
build_requires:
Config: '0'
Exporter: '0'
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.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git
-version: '0.31'
+ repository: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git
+version: '0.32'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.31
+ Version 0.32
SYNOPSIS
"reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
Scope::Escape.
AUTHOR
- Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
+ Vincent Pit "<vpit at cpan.org>".
You can contact me by mail or on "irc.perl.org" (vincent).
Thanks to Shawn M. Moore for motivation.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 Vincent
- Pit, all rights reserved.
+ Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019
+ 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.
=head1 VERSION
-Version 0.31
+Version 0.32
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.31';
+ $VERSION = '0.32';
}
=head1 SYNOPSIS