5.003_23: small typo in perlsyn.pod
Gurusamy Sarathy [Mon, 27 Jan 1997 08:24:25 +0000 (03:24 -0500)]
private-msgid: <199701270824.DAA01169@aatma.engin.umich.edu>

pod/perlsyn.pod

index 8bb557e..77dcc59 100644 (file)
@@ -519,7 +519,7 @@ this, one can control perl's idea of filenames and line numbers in
 error or warning messages (especially for strings that are processed
 with eval()).  The syntax for this mechanism is the same as for most
 C preprocessors: it matches the regular expression
-C</^#\s*line\s+(\d+)\s*(?:\s"([^"])*")?/> with C<$1> being the line
+C</^#\s*line\s+(\d+)\s*(?:\s"([^"]*)")?/> with C<$1> being the line
 number for the next line, and C<$2> being the optional filename
 (specified within quotes).