This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Correct misstatement
authorKarl Williamson <public@khwilliamson.com>
Tue, 11 Jun 2013 22:30:46 +0000 (16:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 11 Jun 2013 22:40:51 +0000 (16:40 -0600)
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.

pod/perldelta.pod

index 82bd8f4..6e943c1 100644 (file)
@@ -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>.