From: Rafael Garcia-Suarez Date: Sun, 20 Dec 2009 15:32:12 +0000 (+0100) Subject: Note legacy.pm changes in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f43e267de16a74afaaa452f8fab4810d15b8e797;p=p5sagit%2Fp5-mst-13.2.git Note legacy.pm changes in perldelta --- diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index aba7438..a6e291e 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -187,13 +187,18 @@ XXX =over 4 -=item Don't make C die on unknown legacy names +=item C -So we can use C to avoid the new "qubit" behaviour, -without worrying about perls that didn't have qubit support at all. :) +This pragma turns on Unicode semantics for the case-changing operations +(uc/lc/ucfirst/lcfirst) on strings that don't have the internal UTF-8 +flag set, but that however contain higher characters (between 128 and +255). -NOTE: C> will be removed before 5.12.0. +=item C +The experimental C pragma, introduced in 5.11.2, has been removed, +and its functionality replaced by a new feature pragma, C. =back