From 88132a12f68fbbafce95c14cb4e5aa3ebe667a4d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 11 May 2012 09:36:45 -0600 Subject: [PATCH] perldelta: correct statement --- pod/perldelta.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e643dd1..3360af4 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -346,9 +346,9 @@ C section: The XS-callable function C, when presented with malformed UTF-8 input, can read up to 12 bytes beyond the end of the -string. This cannot be fixed without changing its API. It is not -called from CPAN. The documentation now describes how to use it -safely. +string. This cannot be fixed without changing its API, and so its +use is now deprecated. Use C (described just below) +instead. =head3 Added C -- 2.7.4