X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=4ba677d564d2d0b6ab387ab07eff575ec5f75684;hb=refs%2Ftags%2Fv0.27;hp=025fccf2d9bad5e25546c6cea8d663989609c364;hpb=cd407ac6ea98cac0ce701ba7966e2b3fcc5c804d;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 025fccf..4ba677d 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes. =head1 VERSION -Version 0.25 +Version 0.27 =cut our $VERSION; BEGIN { - $VERSION = '0.25'; + $VERSION = '0.27'; } =head1 SYNOPSIS @@ -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.