summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-11-17 06:44:05 -0800
committerFather Chrysostomos <sprout@cpan.org>2013-11-17 13:09:00 -0800
commitce170e671afd4072681e895600c16902ab86ecc9 (patch)
tree43aa564e0236de7916254555c49207d1fc954b9b
parent31b4070eb5c607dc93529ab7e817e7995e96fce8 (diff)
downloadperl-ce170e671afd4072681e895600c16902ab86ecc9.tar.gz
perldiag: Remove categories from fatal errors
These are *warnings* categories, so they don’t apply here.
-rw-r--r--pod/perldiag.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index b33775168e..0be54e298f 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -4572,7 +4572,7 @@ expression compiler gave it.
=item Regexp modifier "%c" may appear a maximum of twice in regex; marked
by <-- HERE in m/%s/
-(F syntax, regexp) The regular expression pattern had too many occurrences
+(F) The regular expression pattern had too many occurrences
of the specified modifier. Remove the extraneous ones.
=item Regexp modifier "%c" may not appear after the "-" in regex; marked by <--
@@ -4588,7 +4588,7 @@ the minus), instead of the one you want to turn off.
=item Regexp modifier "%c" may not appear twice in regex; marked by <--
HERE in m/%s/
-(F syntax, regexp) The regular expression pattern had too many occurrences
+(F) The regular expression pattern had too many occurrences
of the specified modifier. Remove the extraneous ones.
=item Regexp modifiers "/%c" and "/%c" are mutually exclusive
@@ -4596,7 +4596,7 @@ of the specified modifier. Remove the extraneous ones.
=item Regexp modifiers "%c" and "%c" are mutually exclusive in regex;
marked by <-- HERE in m/%s/
-(F syntax, regexp) The regular expression pattern had more than one of these
+(F) The regular expression pattern had more than one of these
mutually exclusive modifiers. Retain only the modifier that is
supposed to be there.