Revision history for Scope-Upper
+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.
+ Thanks Vernon Lyon for reporting.
+
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
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.30",
- "x_serialization_backend" : "JSON::PP version 2.94"
+ "version" : "0.31",
+ "x_serialization_backend" : "JSON::PP version 2.97001"
}
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
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.30'
+version: '0.31'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.30
+ Version 0.31
SYNOPSIS
"reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
Thanks to Shawn M. Moore for motivation.
COPYRIGHT & LICENSE
- Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Vincent Pit,
- all rights reserved.
+ Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 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.30
+Version 0.31
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.30';
+ $VERSION = '0.31';
}
=head1 SYNOPSIS