From: Tony Cook Date: Mon, 29 Jul 2013 23:50:23 +0000 (+1000) Subject: perldelta for 486b1e7f0 X-Git-Tag: v5.19.3~313 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/323602af3a97d3d7bef451b6a9fabe0bc38921c2?ds=inline perldelta for 486b1e7f0 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5dc1187..cebec9f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -127,6 +127,16 @@ XXX =item * +L has been upgraded from version 1.44 to 1.45. + +Calling the C method on C objects created from a lexical +sub would return nonsense, possibly crashing perl. C now returns +C for lexical subs. [perl #118525] + +Added the C method to return the name of a lexical sub. + +=item * + L has been upgraded from version 2.147 to 2.148. The compatbility of the XS implementation with the pure perl version