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:
486b1e7
)
perldelta for 486b1e7f0
author
Tony Cook
<tony@develop-help.com>
Mon, 29 Jul 2013 23:50:23 +0000
(09:50 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 29 Jul 2013 23:50:23 +0000
(09:50 +1000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
5dc1187
..
cebec9f
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-127,6
+127,16
@@
XXX
=item *
=item *
+L<B> has been upgraded from version 1.44 to 1.45.
+
+Calling the C<GV> method on C<B::CV> objects created from a lexical
+sub would return nonsense, possibly crashing perl. C<GV> now returns
+C<undef> for lexical subs. [perl #118525]
+
+Added the C<NAME_HEK> method to return the name of a lexical sub.
+
+=item *
+
L<Data::Dumper> has been upgraded from version 2.147 to 2.148.
The compatbility of the XS implementation with the pure perl version
L<Data::Dumper> has been upgraded from version 2.147 to 2.148.
The compatbility of the XS implementation with the pure perl version