This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 486b1e7f0
authorTony Cook <tony@develop-help.com>
Mon, 29 Jul 2013 23:50:23 +0000 (09:50 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 29 Jul 2013 23:50:23 +0000 (09:50 +1000)
pod/perldelta.pod

index 5dc1187..cebec9f 100644 (file)
@@ -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