This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.003_23: small typo in perlsyn.pod
authorGurusamy Sarathy <gsar@engin.umich.edu>
Mon, 27 Jan 1997 08:24:25 +0000 (03:24 -0500)
committerChip Salzenberg <chip@atlantic.net>
Wed, 29 Jan 1997 06:11:00 +0000 (18:11 +1200)
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).