In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b5af3ad26055ddca5e9a93f7311d2be865b3de75?hp=ea5ced44af8b967bfce3763b11ba4714d4fcd154>
- Log ----------------------------------------------------------------- commit b5af3ad26055ddca5e9a93f7311d2be865b3de75 Author: Father Chrysostomos <[email protected]> Date: Thu Jan 2 06:27:24 2014 -0800 perldiag: Rewrap an entry slightly for better splain output ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 207f55c..b918573 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3672,9 +3672,9 @@ the C<fallback> overloading key is specified to be true. See L<overload>. =item Operation "%s" returns its argument for non-Unicode code point 0x%X -(S non_unicode) You performed an operation requiring Unicode -semantics on a code point that is not in Unicode, so what it should do -is not defined. Perl has chosen to have it do nothing, and warn you. +(S non_unicode) You performed an operation requiring Unicode semantics +on a code point that is not in Unicode, so what it should do is not +defined. Perl has chosen to have it do nothing, and warn you. If the operation shown is "ToFold", it means that case-insensitive matching in a regular expression was done on the code point. -- Perl5 Master Repository
