]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Small POD fixup
authorVincent Pit <vince@profvince.com>
Sun, 16 Sep 2012 22:19:20 +0000 (00:19 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 16 Sep 2012 22:19:20 +0000 (00:19 +0200)
lib/Scope/Upper.pm

index 4a9010059f7ce5112af17d57452539ae17458ff8..6ca286c47db5955d27f0f186b2443d06f56eacaa 100644 (file)
@@ -353,9 +353,9 @@ C<leave> is actually a synonym for C<unwind HERE>, while C<leave @values> is a s
     my $want = want_at;
     my $want = want_at $context;
 
-Like C<wantarray>, but for the subroutine/eval/format at or just above C<$context>.
+Like L<perlfunc/wantarray>, 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</unwind> :
 
     my $num = sub {
      my @a = ('a' .. 'z');