From: Rafael Garcia-Suarez Date: Mon, 20 May 2002 12:21:14 +0000 (+0000) Subject: The "constant sub redefined" warning can't be disabled. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb02887740b3609ad78c776050d497af6d3f677f;p=p5sagit%2Fp5-mst-13.2.git The "constant sub redefined" warning can't be disabled. p4raw-id: //depot/perl@16706 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2d34e0b..f746220 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1216,7 +1216,7 @@ See L and L. =item Constant subroutine %s redefined -(S|W redefine) You redefined a subroutine which had previously been +(S) You redefined a subroutine which had previously been eligible for inlining. See L for commentary and workarounds.