From a72cf5782682f21b789a1b42845305a22cf04b52 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 23 May 2017 01:03:02 -0600 Subject: [PATCH] perldelta: Convert warning to standard form It turns out that this message isn't a generic one, but quite specific, so convert to that and move to sorted position in list. --- pod/perldelta.pod | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index aecc529..9189305 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1562,12 +1562,6 @@ 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 * - L @@ -1626,6 +1620,14 @@ L is no longer supported. Its use will be fatal in Perl 5.30 =item * +L + +Details as to the exact problem have been added at the end of this +message + +=item * + L -- 1.8.3.1