From: Jarkko Hietaniemi Date: Mon, 4 Nov 2002 16:06:39 +0000 (+0000) Subject: s/Perlf/Perl/ (thanks rgs) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0cb1bcd767130db77ed8023ee2016fa4885493c4;p=p5sagit%2Fp5-mst-13.2.git s/Perlf/Perl/ (thanks rgs) p4raw-id: //depot/perl@18093 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 4f9112b..20d9d91 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3239,7 +3239,7 @@ or setgid bit set. This doesn't make much sense. construct. Remember that bracketing delimiters count nesting level. Missing the leading C<$> from a variable C<$m> may cause this error. -Note that since Perlf 5.9.0 a // can also be the I +Note that since Perl 5.9.0 a // can also be the I construct, not just the empty search pattern. Therefore code written in Perl 5.9.0 or later that uses the // as the I can be misparsed by pre-5.9.0 Perls as a non-terminated search pattern.