This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: move the note about utf8_hop() to the bottom
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Sat, 13 May 2017 21:56:19 +0000 (21:56 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Wed, 17 May 2017 14:49:47 +0000 (14:49 +0000)
commitb4ed7b96540cdd76abceb626c939980a262b1252
treefefc16bb4733307333fdbafec730537c8dcc9006
parente15b68a6298595233f8324e720483bc326f55fc0
perldelta: move the note about utf8_hop() to the bottom

A note about a relatively obscure internal API function really doesn't
belong so high up in the "Core Enhancements", before core visible user
changes.

Move this to the bottom, all of the other things in this section are
things normal Perl programmers might actually use/encounter/care
about, whereas this change is only relevant for some XS maintainers.
pod/perldelta.pod