From a2c7aad07b560a802fef48671fd7113107bd8c47 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 29 May 2015 15:20:16 -0600 Subject: perldelta: Add missing warnings categories --- pod/perldelta.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5a1f45388e..d5e8bf308a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2053,7 +2053,7 @@ L<[perl #121025]|https://rt.perl.org/Ticket/Display.html?id=121025>. L -You are matching a regular expression using locale rules, +(W locale) You are matching a regular expression using locale rules, and a Unicode boundary is being matched, but the locale is not a Unicode one. This doesn't make sense. Perl will continue, assuming a Unicode (UTF-8) locale, but the results could well be wrong except if the locale @@ -2064,7 +2064,7 @@ be ignored. L<< Using Eu for '%s' instead of E%s in regex; marked by E-- HERE in mE%sE|perldiag/"Using Eu for '%s' instead of E%s in regex; marked by <-- HERE in mE%sE" >> -You used a Unicode boundary (C<\b{...}> or C<\B{...}>) in a +(W regexp) You used a Unicode boundary (C<\b{...}> or C<\B{...}>) in a portion of a regular expression where the character set modifiers C or C are in effect. These two modifiers indicate an ASCII interpretation, and this doesn't make sense for a Unicode definition. @@ -2075,7 +2075,7 @@ all of Unicode. No other portion of the regular expression is affected. L -This warning is emitted if you use bitwise +(S experimental::bitwise) This warning is emitted if you use bitwise operators (C<& | ^ ~ &. |. ^. ~.>) with the "bitwise" feature enabled. Simply suppress the warning if you want to use the feature, but know that in doing so you are taking the risk of using an experimental -- cgit v1.2.1