X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=acd566b0f7588a166d2cf460f3e7f1f76f33492b;hb=refs%2Ftags%2Fv0.13;hp=591dd003453370de0420415c6bd2da22d0d871d8;hpb=506bc94bacec4c42ec2c885c5c69430ff8383684;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 591dd00..acd566b 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -9,13 +9,13 @@ Scope::Upper - Act on upper scopes. =head1 VERSION -Version 0.10 +Version 0.13 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.13'; } =head1 SYNOPSIS @@ -426,11 +426,15 @@ L (standard since perl 5.006). =head1 SEE ALSO +L, L. + 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. +L. + =head1 AUTHOR Vincent Pit, C<< >>, L.