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:
4914beb
)
perldelta dd9e86b4501b7c8aeba1f5ebda9f8907747c443f
author
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:46:30 +0000
(
01:46
+0000)
committer
Zefram
<zefram@fysh.org>
Fri, 15 Dec 2017 01:46:30 +0000
(
01:46
+0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
30520b8
..
e62168c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-156,8
+156,10
@@
from Perl 5.30.
=item *
-L<Data::Dumper> has been upgraded from version 2.167_02 to 2.16
8
.
+L<Data::Dumper> has been upgraded from version 2.167_02 to 2.16
9
.
Quoting of glob names now obeys the Useqq option [perl #119831].
+Attempts to set an option to C<undef> through a combined getter/setter
+method are no longer mistaken for getter calls [perl #113090].
=back