Revision history for Scope-Upper
+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.
+
0.23 2013-09-02 11:30 UTC
This is a maintenance release. The code contains no functional change.
Satisfied users of version 0.22 can skip this update.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 2.132140",
+ "generated_by" : "ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.23"
+ "version" : "0.24"
}
Config: 0
ExtUtils::MakeMaker: 0
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.74, CPAN::Meta::Converter version 2.132140'
+generated_by: 'ExtUtils::MakeMaker version 6.76, CPAN::Meta::Converter version 2.132510'
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.23
+version: 0.24
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.23
+ Version 0.24
SYNOPSIS
"reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
=head1 VERSION
-Version 0.23
+Version 0.24
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.23';
+ $VERSION = '0.24';
}
=head1 SYNOPSIS