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:
068a120
)
perldelta: Collapse :utf8 handle entries
author
Karl Williamson
<khw@cpan.org>
Tue, 23 May 2017 03:45:57 +0000
(21:45 -0600)
committer
Karl Williamson
<khw@cpan.org>
Tue, 23 May 2017 05:33:08 +0000
(23:33 -0600)
There were two entries dealing with this.
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
b900ec6
..
a773b00
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-1569,6
+1569,7
@@
instead.
=item *
%s() is deprecated on C<:utf8> handles. This will be a fatal error in Perl 5.30
+"%s" is one of C<sysread>, C<recv>, C<syswrite>, or C<send>.
=item *
@@
-1629,11
+1630,6
@@
call_method().
=item *
-Make the C<sysread()>/C<syswrite()> I<etc.>, C<:utf8> handle warnings
-XXX default. These warnings were under 'deprecated' previously.
-
-=item *
-
C<do> errors now refer to C<do> (not C<require>).
=item *