X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=f6849e5be6f64f2dff247e0ffe6fd82483cc7924;hb=fe6605581cbe68b5935e72c98a8a685379d1f320;hp=f49ba017e90c9635d59a95f7d1d7d1e009c45a39;hpb=965e21f781c23f8c20242d17d7db745d8c035eb3;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index f49ba01..f6849e5 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.12 =cut our $VERSION; BEGIN { - $VERSION = '0.10'; + $VERSION = '0.12'; } =head1 SYNOPSIS @@ -173,8 +173,8 @@ For example, will set C<$x> to a reference to the string C<'foo'>. Other sigils (C<'@'>, C<'%'>, C<'&'> and C<'*'>) require C<$value> to be a reference of the corresponding type. -When the symbol is given by a string, it is resolved when the actual localization takes place and not when C is called. -Thus, if the symbol name is not qualified, it will refer to the variable in the package where the localization actually takes place and not in the one where the C call was compiled. +When the symbol is given by a string, it is resolved when the actual localization takes place and not when L is called. +Thus, if the symbol name is not qualified, it will refer to the variable in the package where the localization actually takes place and not in the one where the L call was compiled. For example, { @@ -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.