diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-19 15:59:52 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-19 16:09:50 -0700 |
commit | 236d7867779a27dce9f2a12d974d7fba484394de (patch) | |
tree | 274cd8695cca5d406ecf8fd1ef5baebc20d4511d /pod | |
parent | 5f0998add1405701b9b5e21bf3301b07fe604d05 (diff) | |
download | perl-236d7867779a27dce9f2a12d974d7fba484394de.tar.gz |
perldiag.pod: Minor correction
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e1660fcef7..614276ad10 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4127,7 +4127,7 @@ discovered. This happens when using the C<(?^...)> construct to tell Perl to use the default regular expression modifiers, and you redundantly specify a default modifier; or having a modifier that can't be turned off (such as C<"p"> or C<"l">) after a minus; or specifying -more than one of the C<"d">, C<"l">, or C<"u"> modifiers. For other +more than one of the C<"a>, C<"d">, C<"l">, or C<"u"> modifiers. For other causes, see L<perlre>. =item Sequence \%s... not terminated in regex; marked by <-- HERE in m/%s/ |