From: Vincent Pit Date: Sun, 16 Sep 2012 22:19:20 +0000 (+0200) Subject: Small POD fixup X-Git-Tag: v0.20~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=4883814802ce13b05c096fdeefe987723fc3902f Small POD fixup --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index 4a90100..6ca286c 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -353,9 +353,9 @@ C is actually a synonym for C, while C is a s my $want = want_at; my $want = want_at $context; -Like C, but for the subroutine/eval/format at or just above C<$context>. +Like L, but for the subroutine, eval or format context located at or just above C<$context>. -The previous example can then be "corrected" : +It can be used to revise the example showed in L : my $num = sub { my @a = ('a' .. 'z');