From: Vincent Pit Date: Mon, 18 Jan 2010 23:42:56 +0000 (+0100) Subject: Point to Continuation::Escape X-Git-Tag: v0.10~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=43294f5e9bafd1f0bdeaa89d9d20335f08f1f050 Point to Continuation::Escape --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index ad0b236..6d1616b 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -378,6 +378,9 @@ L (standard since perl 5.006). L, L, L, L. +L is a thin wrapper around L that gives you a continuation passing style interface to L. +It's easier to use, but it requires you to have control over the scope where you want to return. + =head1 AUTHOR Vincent Pit, C<< >>, L.