Revision history for Scope-Upper
+0.26 2015-03-12 23:30 UTC
+ + Fix : [RT #100264] : Don't use CvPADLIST on XSUBs
+ Thanks Father Chrysostomos for reporting and contributing a
+ patch.
+ + Fix : Be really compatible with the optional OP_PARENT feature.
+
0.25 2014-09-21 17:10 UTC
+ Add : Support for the PERL_OP_PARENT optional feature introduced in
perl 5.21.2.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
+ "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.25"
+ "version" : "0.26"
}
Config: '0'
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
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.25'
+version: '0.26'
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.25
+ Version 0.26
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 Vincent Pit, all rights
- reserved.
+ Copyright 2008,2009,2010,2011,2012,2013,2014,2015 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.25
+Version 0.26
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.25';
+ $VERSION = '0.26';
}
=head1 SYNOPSIS