From ce170e671afd4072681e895600c16902ab86ecc9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 17 Nov 2013 06:44:05 -0800 Subject: [PATCH] perldiag: Remove categories from fatal errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit These are *warnings* categories, so they don’t apply here. --- pod/perldiag.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index b337751..0be54e2 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. -- 2.7.4