In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/28d629a333f9b5b1738a039d5ef374e8d421a7ba?hp=de1d2c781cd2cadf7b7949763f206d407ecd8c3c>
- Log ----------------------------------------------------------------- commit 28d629a333f9b5b1738a039d5ef374e8d421a7ba Author: Karl Williamson <[email protected]> Date: Mon Apr 18 11:18:41 2016 -0600 perldelta: Revise wording Some of this was suggested by Jarkko Hietaniemi ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d44c6e1..7298aec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -304,10 +304,10 @@ This empty function call now takes about a third less time to execute: =item * Many languages, such as Chinese, are caseless. Perl now knows about -most modern commercially important ones, and skips much of the work when +most common ones, and skips much of the work when a program tries to change case in them (like C<ucfirst()>) or match caselessly (C<qr//i>). This will speed up a program, such as a web -server, that can operate on multiple languages, while operating on a +server, that can operate on multiple languages, while it is operating on a caseless one. =item * -- Perl5 Master Repository
