Revision history for Scope-Upper
+0.27 2015-03-27 22:10 UTC
+ + Chg : The new environment variable to enable thread tests on older
+ perls is PERL_FORCE_TEST_THREADS. Note that this variable
+ should only be turned on by authors.
+ + Fix : Segfaults when the module is loaded by several threads (or
+ Windows emulated processes) ran in parallel.
+ + Fix : Memory leak with the uid() feature.
+ + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
+ ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
+ and feedback on this issue.
+ + Fix : reap(), localize(), localize_elem() and localize_delete()
+ will again work correctly on perl 5.19.4+ when the debugger
+ is enabled.
+ + Fix : Silence some compiler warnings.
+
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
"Config" : "0",
"Exporter" : "0",
"ExtUtils::MakeMaker" : "0",
+ "POSIX" : "0",
"Test::More" : "0",
"XSLoader" : "0",
"base" : "0"
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FScope-Upper.git"
}
},
- "version" : "0.26"
+ "version" : "0.27"
}
Config: '0'
Exporter: '0'
ExtUtils::MakeMaker: '0'
+ POSIX: '0'
Test::More: '0'
XSLoader: '0'
base: '0'
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.26'
+version: '0.27'
Scope::Upper - Act on upper scopes.
VERSION
- Version 0.26
+ Version 0.27
SYNOPSIS
"reap", "localize", "localize_elem", "localize_delete" and "WORDS" :
version of "uplevel" should still run way faster than the pure-Perl
version from Sub::Uplevel.
+ Starting from "perl" 5.19.4, it is unfortunately no longer possible to
+ reliably throw exceptions from "uplevel"'d code while the debugger is in
+ use. This may be solved in a future version depending on how the core
+ evolves.
+
DEPENDENCIES
perl 5.6.1.