X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=f4ec2d50eaf3cade2daf9f0b11c5efc8ef01a288;hb=497aa4b64fd9dc0017c2929d9ce9e0a92453b02d;hp=fc3224eea7c2df138739235f521e3f29f22793bb;hpb=35ba094a0f8e4c58b621a08a903f964f4d63ecd7;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index fc3224e..f4ec2d5 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -169,7 +169,7 @@ C<$key> is ignored. =head2 C -Returns C<@values> I the context pointed by C<$context>, i.e. from the subroutine, eval or format just above C<$context>. +Returns C<@values> I the context pointed by C<$context>, i.e. from the subroutine, eval or format just above C<$context>, and immediately restart the program flow at this point - thus effectively returning to (or from, depending on how you see it) an upper context. The upper context isn't coerced onto C<@values>, which is hence always evaluated in list context. This means that