]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
One more POD wording fix
authorVincent Pit <vince@profvince.com>
Sun, 4 Sep 2011 15:00:19 +0000 (17:00 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 4 Sep 2011 15:00:19 +0000 (17:00 +0200)
Inspired by a fix in Debian.

lib/Scope/Upper.pm

index ad3f339cf3ff37d933c0d590c9dc318cefd96361..189bc6c400d179a1148ef36e6b0824968e131d4e 100644 (file)
@@ -310,7 +310,7 @@ Both are identical, with the following caveats :
 =item *
 
 The L<Sub::Uplevel> implementation of C<uplevel> may execute a code reference in the context of B<any> upper stack frame.
-The L<Scope::Upper> version only allows to uplevel to a B<subroutine> stack frame, and will croak if you try to target an C<eval> or a format.
+The L<Scope::Upper> version can only uplevel to a B<subroutine> stack frame, and will croak if you try to target an C<eval> or a format.
 
 =item *