X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=b6dadfb798f0149be7700fed35e0563f90113b37;hp=04f26fdd395262f4d2fe5d97bed5abe66fa4d6cb;hb=f8e87b78dd15e34bbf5542ed093b23695bc3ffa1;hpb=c827e4d5a2951be50c2bffc478035891b8ceb8c5 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.