summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-17 17:32:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-01-18 05:54:11 -0800
commit7cc2966188cd1e0ee9ef0a3911c4280765f34719 (patch)
treef979ea53d0eae4d7829d64b06429f7a8945652ef
parentce7c3cc3cbc8680103cf47dfe2351abf885a1cf5 (diff)
downloadperl-7cc2966188cd1e0ee9ef0a3911c4280765f34719.tar.gz
perldelta for 88c342510b9
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 024ee2cb5d..7fae44185c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -496,6 +496,12 @@ handled correctly. Formerly, whether a sub returned by such a tied element
would be treated as a sub depended on whether a FETCH had occurred
previously.
+=item *
+
+C<getc> on a byte-sized handle after the same C<getc> operator had been
+used on a utf8 handle used to treat the bytes as utf8, resulting in erratic
+behavior (e.g., malformed UTF-8 warnings).
+
=back
=head1 Known Problems