X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=a160e7fcb774d499ae5d794222e8cc1f521be9d3;hb=0fb65259707f0db2eda122e573c417865fc91435;hp=e4518c40b751f75e0a7b192c7e8a37e99394bf68;hpb=1b224b7b9cb2d4685c426140e5e67d392aeb1059;p=perl%2Fmodules%2FScope-Upper.git diff --git a/README b/README index e4518c4..a160e7f 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Scope::Upper - Act on upper scopes. VERSION - Version 0.25 + Version 0.27 SYNOPSIS "reap", "localize", "localize_elem", "localize_delete" and "WORDS" : @@ -737,6 +737,11 @@ CAVEATS 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. @@ -785,8 +790,8 @@ ACKNOWLEDGEMENTS 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.