From: Vincent Pit Date: Fri, 27 Mar 2015 21:34:26 +0000 (-0300) Subject: Document that we can no longer die from uplevel in the debugger X-Git-Tag: v0.27~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f8e87b78dd15e34bbf5542ed093b23695bc3ffa1 Document that we can no longer die from uplevel in the debugger --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 04f26fd..b6dadfb 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -792,6 +792,9 @@ In those three cases, L will look for a C statement in its Moreover, in order to handle C statements properly, L currently has to suffer a run-time overhead proportional to the size of the callback in every case (with a small ratio), and proportional to the size of B the code executed as the result of the L call (including subroutine calls inside the callback) when a C statement is found in the L callback. Despite this shortcoming, this XS version of L should still run way faster than the pure-Perl version from L. +Starting from C 5.19.4, it is unfortunately no longer possible to reliably throw exceptions from L'd code while the debugger is in use. +This may be solved in a future version depending on how the core evolves. + =head1 DEPENDENCIES L 5.6.1.