In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/50d028f89c00e331ce71efd43715fc0c8189c29f?hp=79e2a32a095274dde38cabdeca03b580bd9733d7>
- Log ----------------------------------------------------------------- commit 50d028f89c00e331ce71efd43715fc0c8189c29f Author: Karl Williamson <pub...@khwilliamson.com> Date: Tue Jun 11 16:30:46 2013 -0600 perldelta: Correct misstatement I forgot that two of the case changing functions were already documented; so the change in 5.19.1 is to add documentation for more. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 82bd8f4..6e943c1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -489,7 +489,8 @@ the string from the passed SV (if any), and would sometimes get it wrong =item * XS code may use various macros to change the case of a character or code -point (for example C<toLOWER()>). These weren't documented until now; +point (for example C<toLOWER_utf8()>). Only a couple of these were +documented until now; and now they should be used in preference to calling the underlying functions. See L<perlapi/Character case changing>. -- Perl5 Master Repository