summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-05-29 15:29:37 -0600
committerKarl Williamson <khw@cpan.org>2015-05-29 17:11:22 -0600
commit1bc134bc295a70a3e4d8d37c9a8ce665fab41236 (patch)
treef87b252086930aac987d274f5a537d711af3e553
parente6205acacda1effb1f15a20d5852fb6779407af2 (diff)
downloadperl-1bc134bc295a70a3e4d8d37c9a8ce665fab41236.tar.gz
perldelta: Note that the 'locale' warnings category is new
The previous commit lost this information. This adds it back, and in all places where it is applicable, consistent with the handling of other new warnings categories.
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ae0a959bcc..e49face438 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1914,6 +1914,8 @@ locale is not a UTF-8 one; 3) you tried to do the designated case-change
operation on the specified Unicode character; and 4) the result of this
operation would mix Unicode and locale rules, which likely conflict.
+The warnings category C<locale> is new.
+
=item *
L<:const is experimental|perldiag/":const is experimental">
@@ -1969,6 +1971,8 @@ L<Locale '%s' may not work well.%s|perldiag/Locale '%s' may not work well.%s>
which perl has determined is not fully compatible with what it can
handle. The second C<%s> gives a reason.
+The warnings category C<locale> is new.
+
=item *
L<localtime(%f) failed|perldiag/"localtime(%f) failed">
@@ -2086,6 +2090,8 @@ one. This doesn't make sense. Perl will continue, assuming a Unicode
happens to be ISO-8859-1 (Latin1) where this message is spurious and can
be ignored.
+The warnings category C<locale> is new.
+
=item *
L<< Using E<sol>u for '%s' instead of E<sol>%s in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>|perldiag/"Using E<sol>u for '%s' instead of E<sol>%s in regex; marked by <-- HERE in mE<sol>%sE<sol>" >>
@@ -2198,6 +2204,8 @@ You likely need to figure out how this multi-byte character got mixed up
with your single-byte locale (or perhaps you thought you had a UTF-8
locale, but Perl disagrees).
+The warnings category C<locale> is new.
+
=back
=head2 Changes to Existing Diagnostics