Revision history for Scope-Upper
+0.25 2014-09-21 17:10 UTC
+ + Add : Support for the PERL_OP_PARENT optional feature introduced in
+ perl 5.21.2.
+ + Fix : Work around an assertion failure in perl 5.21.4.
+
0.24 2013-09-10 11:10 UTC
+ Fix : Lexicals returned with unwind(), yield() and leave() will no
longer be lost on perl 5.19.4 and above.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510",
+ "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.24"
+ "version" : "0.25"
}
author:
- 'Vincent Pit <perl@profvince.com>'
build_requires:
- Config: 0
- Exporter: 0
- ExtUtils::MakeMaker: 0
- Test::More: 0
- XSLoader: 0
- base: 0
+ Config: '0'
+ Exporter: '0'
+ ExtUtils::MakeMaker: '0'
+ Test::More: '0'
+ XSLoader: '0'
+ base: '0'
configure_requires:
- Config: 0
- ExtUtils::MakeMaker: 0
+ Config: '0'
+ ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142060'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Scope-Upper
no_index:
directory:
- t
- inc
requires:
- Exporter: 0
- XSLoader: 0
- base: 0
- perl: 5.006001
+ Exporter: '0'
+ XSLoader: '0'
+ base: '0'
+ perl: '5.006001'
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.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git
-version: 0.24
+version: '0.25'
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.24
+ Version 0.25
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 Vincent Pit, all rights
+ Copyright 2008,2009,2010,2011,2012,2013,2014 Vincent Pit, all rights
reserved.
This program is free software; you can redistribute it and/or modify it
=head1 VERSION
-Version 0.24
+Version 0.25
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.24';
+ $VERSION = '0.25';
}
=head1 SYNOPSIS