summaryrefslogtreecommitdiff
path: root/pod/perldeprecation.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-05-10 08:29:46 -0600
committerKarl Williamson <khw@cpan.org>2017-06-01 08:34:44 -0600
commitf566c7cf87dd8cddca3b53169472641c74a2051b (patch)
treecf2b937d5c8fab31a0e82de282e9197060dbee43 /pod/perldeprecation.pod
parentbe332ba06074217fe64db4a8ba1152985b21428a (diff)
downloadperl-f566c7cf87dd8cddca3b53169472641c74a2051b.tar.gz
Remove deprecated function 'to_utf8_case()'
This is keeping with the schedule for 5.28.
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r--pod/perldeprecation.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod
index b13483e30f..9be93a1376 100644
--- a/pod/perldeprecation.pod
+++ b/pod/perldeprecation.pod
@@ -393,7 +393,7 @@ was deprecated in Perl 5.24, and will be fatal in Perl 5.28.
=head3 In XS code, use of C<to_utf8_case()>
-This function is being removed; instead convert to call
+This function has been removed as of Perl 5.28; instead convert to call
the appropriate one of:
L<C<toFOLD_utf8_safe>|perlapi/toFOLD_utf8_safe>.
L<C<toLOWER_utf8_safe>|perlapi/toLOWER_utf8_safe>,