summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-05-22 22:47:13 -0600
committerKarl Williamson <khw@cpan.org>2017-05-22 23:33:08 -0600
commit02e0a8e8cb391df66c57a74691c56bffec655467 (patch)
tree6793bba0adf9baaed8cf033371ce9c0678d95d55
parentacea31049bffc8343459ced3d06324f12b6caea3 (diff)
downloadperl-02e0a8e8cb391df66c57a74691c56bffec655467.tar.gz
perldelta.pod: Move diagnostic in file
This description applies to multiple diagnostics. Move it to the area where others like it are.
-rw-r--r--pod/perldelta.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 2ebb8ffe69..6a85a029f8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1536,6 +1536,12 @@ C<@INC> to avoid confusion.
=item *
+Details as to the exact problem have been added to the diagnostics that
+occur when malformed UTF-8 is encountered when trying to convert to a
+code point.
+
+=item *
+
Attribute "locked" is deprecated, and will disappear in Perl 5.28
=item *
@@ -1627,12 +1633,6 @@ will be fatal in Perl 5.28
Use of strings with code points over 0xFF as arguments to %s operator
is deprecated. This will be a fatal error in Perl 5.28
-=item *
-
-Details as to the exact problem have been added to the diagnostics that
-occur when malformed UTF-8 is encountered when trying to convert to a
-code point.
-
=back
=head1 Utility Changes