From 50d028f89c00e331ce71efd43715fc0c8189c29f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 11 Jun 2013 16:30:46 -0600 Subject: [PATCH] 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. --- pod/perldelta.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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). These weren't documented until now; +point (for example C). Only a couple of these were +documented until now; and now they should be used in preference to calling the underlying functions. See L. -- 1.8.3.1