Change 13999 by ams@lustre on 2002/01/01 14:34:04
Subject: [PATCH] perldiag.pod transposition
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Tue, 1 Jan 2002 15:03:52 +0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perldiag.pod#254 edit
Differences ...
==== //depot/perl/pod/perldiag.pod#254 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod.~1~ Tue Jan 1 07:45:06 2002
+++ perl/pod/perldiag.pod Tue Jan 1 07:45:06 2002
@@ -3502,11 +3502,11 @@
=item Too many )'s
+=item Too many ('s
+
(A) You've accidentally run your script through B<csh> instead of Perl.
Check the #! line, or manually feed your script into Perl yourself.
-=item Too many ('s
-
=item Trailing \ in regex m/%s/
(F) The regular expression ends with an unbackslashed backslash.
End of Patch.