X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=a160e7fcb774d499ae5d794222e8cc1f521be9d3;hb=8aa5517d42b61e877ca7e4198f12ab879fa8218b;hp=4844073727e0d1dbf07695f7ec9a767f7d1bba1e;hpb=5dd48a401229e457106bdc30bb841e9fed0dde7c;p=perl%2Fmodules%2FScope-Upper.git diff --git a/README b/README index 4844073..a160e7f 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Scope::Upper - Act on upper scopes. VERSION - Version 0.24 + 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 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.