X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FScope%2FUpper.pm;h=5f222664e25cc614a921021c773c0fea8033de3d;hb=cab38339ae33e6209dccf65521b7de672820b531;hp=1570300323addcc83a51eff22d463d3ee7496f42;hpb=288fee66afa0bf1d23dff34dce494c3e4e93910b;p=perl%2Fmodules%2FScope-Upper.git diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 1570300..5f22266 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -231,10 +231,12 @@ The context of the scope just above C<$from>. =head3 C The context of the closest subroutine above C<$from>. +Note that C<$from> is returned if it is already a subroutine context ; hence C. =head3 C The context of the closest eval above C<$from>. +Note that C<$from> is returned if it is already an eval context ; hence C. =head2 Getting a context from a level