This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d9f89
)
perldelta for dda4a47798d6
author
Tony Cook
<tony@develop-help.com>
Mon, 19 Nov 2018 04:04:34 +0000
(15:04 +1100)
committer
Tony Cook
<tony@develop-help.com>
Mon, 19 Nov 2018 04:04:34 +0000
(15:04 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c4f8026
..
355eaa5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-392,6
+392,12
@@
L<SDBM_File> is now more robust with corrupt database files. The
improvements do not make SDBM files suitable as an interchange format.
[perl #132147]
+=item *
+
+C<binmode($fh);> or C<binmode($fh, ':raw');> now properly removes the
+C<:utf8> flag from the default C<:crlf> I/O layer on Win32. [perl
+#133604]
+
=back
=head1 Known Problems