In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cf174d21db5388902e4c4a28f90750eb32408e17?hp=74083ec6dad9d86012bcb7f27d85dc0ac4df6bf4>

- Log -----------------------------------------------------------------
commit cf174d21db5388902e4c4a28f90750eb32408e17
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Mon Sep 20 23:51:40 2010 -0700

    Mention wide character warnings in perl5135delta.pod
    
    An oversight: warn and die now produced wide character warnings, as
    well as print.
    
    This commit adds them to perl5135delta.pod retroactively, so they will
    make their way into perl5140delta.pod.
-----------------------------------------------------------------------

Summary of changes:
 pod/perl5135delta.pod |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pod/perl5135delta.pod b/pod/perl5135delta.pod
index 4703d01..0e29087 100644
--- a/pod/perl5135delta.pod
+++ b/pod/perl5135delta.pod
@@ -303,6 +303,17 @@ See L</"Use of qw(...) as parentheses"> for details.
 
 =back
 
+=head2 Changes to Existing Diagnostics
+
+=over 4
+
+=item *
+
+C<warn> and C<die> now produce 'Wide character' warnings when fed a
+character outside the byte range if STDERR is a byte-sized handle.
+
+=back
+
 =head1 Utility Changes
 
 =head3 L<h2ph>
@@ -499,7 +510,7 @@ unrecognized escape sequences, passed-through.
 
 =item *
 
-C<warn()> now respects utf8-encoded scalars
+C<warn()> and C<die()> now respect utf8-encoded scalars
 L<[perl #45549]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=45549>.
 
 =back

--
Perl5 Master Repository

Reply via email to