From: Vincent Pit Date: Sun, 4 Sep 2011 15:00:19 +0000 (+0200) Subject: One more POD wording fix X-Git-Tag: rt71212~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=88e68d78df85a484439ded1be3edb4e6a365c1b1 One more POD wording fix Inspired by a fix in Debian. --- diff --git a/lib/Scope/Upper.pm b/lib/Scope/Upper.pm index ad3f339..189bc6c 100644 --- a/lib/Scope/Upper.pm +++ b/lib/Scope/Upper.pm @@ -310,7 +310,7 @@ Both are identical, with the following caveats : =item * The L implementation of C may execute a code reference in the context of B upper stack frame. -The L version only allows to uplevel to a B stack frame, and will croak if you try to target an C or a format. +The L version can only uplevel to a B stack frame, and will croak if you try to target an C or a format. =item *