X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=ddbdc81a9bc7376e6e3ab6eea920c7fe61fbce57;hb=f257d9194d1b3e617f4ddf9fcc07ed7338ad4eba;hp=591dd003453370de0420415c6bd2da22d0d871d8;hpb=506bc94bacec4c42ec2c885c5c69430ff8383684;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 591dd00..ddbdc81 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.11 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.11'; } =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.