From f34cd7c8501ed3c17b36bd77658417db34fabf66 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 14 Sep 2013 23:00:20 -0700 Subject: [PATCH] perldelta for dd2a7f9048 --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c198362..fa94007 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -891,6 +891,11 @@ An optimisation in Perl 5.18 made incorrect assumptions causing a bad interaction with the L CPAN module. If the module was loaded, then lexical variables declared in separate statements following a C list might fail to be cleared on scope exit. +=item * + +C<&xsub> and C calls now allow the called subroutine to +autovivify elements of @_. + =back =head1 Known Problems -- 2.7.4