summaryrefslogtreecommitdiff
path: root/pod/perl5135delta.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-20 23:51:40 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-20 23:51:40 -0700
commitcf174d21db5388902e4c4a28f90750eb32408e17 (patch)
treeaf0120891d977620c0704896472a96224a4580e7 /pod/perl5135delta.pod
parent74083ec6dad9d86012bcb7f27d85dc0ac4df6bf4 (diff)
downloadperl-cf174d21db5388902e4c4a28f90750eb32408e17.tar.gz
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.
Diffstat (limited to 'pod/perl5135delta.pod')
-rw-r--r--pod/perl5135delta.pod13
1 files changed, 12 insertions, 1 deletions
diff --git a/pod/perl5135delta.pod b/pod/perl5135delta.pod
index 4703d01081..0e29087dc9 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