Change 18093 by jhi@lyta on 2002/11/04 16:06:39
s/Perlf/Perl/ (thanks rgs)
Affected files ...
.... //depot/perl/pod/perldiag.pod#320 edit
Differences ...
==== //depot/perl/pod/perldiag.pod#320 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#319~18091~ Mon Nov 4 07:50:07 2002
+++ perl/pod/perldiag.pod Mon Nov 4 08:06:39 2002
@@ -3239,7 +3239,7 @@
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<defined-or>
+Note that since Perl 5.9.0 a // can also be the I<defined-or>
construct, not just the empty search pattern. Therefore code written
in Perl 5.9.0 or later that uses the // as the I<defined-or> can be
misparsed by pre-5.9.0 Perls as a non-terminated search pattern.
End of Patch.