perldiag.pod transposition
Nicholas Clark [Tue, 1 Jan 2002 15:03:52 +0000 (15:03 +0000)]
   Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@13999

pod/perldiag.pod

index a7d3cd9..7ec7492 100644 (file)
@@ -3502,11 +3502,11 @@ BEGIN block.
 
 =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.