From: Father Chrysostomos Date: Thu, 24 Nov 2011 04:31:55 +0000 (-0800) Subject: perlfunc: Don’t put __SUB__ between substr entries X-Git-Tag: accepted/trunk/20130322.191538~1972 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fa8e1516c0effca3f732ef4690393b5e9352b76;p=platform%2Fupstream%2Fperl.git perlfunc: Don’t put __SUB__ between substr entries I made the mistake of putting it after the first =item substr, instead of before it. --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index f59ffdc..532ea3b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6908,9 +6908,6 @@ See L and L for details about subroutines and references; see L and L for more information about attributes. -=item substr EXPR,OFFSET,LENGTH,REPLACEMENT -X X X X X - =item __SUB__ X<__SUB__> @@ -6920,6 +6917,9 @@ C outside of a subroutine. This token is only available under C or the "current_sub" feature. See L. +=item substr EXPR,OFFSET,LENGTH,REPLACEMENT +X X X X X + =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET