perldelta for #89648/b23eb1831
authorFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:36:37 +0000 (16:36 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 13 Jul 2013 23:44:34 +0000 (16:44 -0700)
pod/perldelta.pod

index ac3c222..59fac14 100644 (file)
@@ -285,6 +285,16 @@ prototypes containing nulls.  In other cases one warning would suppress
 another.  The warning about illegal characters in prototypes no longer says
 "after '_'" if the bad character came before the underscore.
 
+=item *
+
+L<"Perl folding rules are not up-to-date for 0x%X; please use the perlbug
+utility to report; in regex; marked by <-- HERE in m/%s/"|perldiag/"Perl
+folding rules are not up-to-date for 0x%X; please use the perlbug utility
+to report; in regex; marked by <-- HERE in m/%s/">:
+
+This message is now only in the regexp category, and not in the deprecated
+category.  It is still a default (i.e., severe) warning [perl #89648].
+
 =back
 
 =head1 Utility Changes