X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ac29d45113195b965fcab8b3efb127535b09f363..f34cd7c8501ed3c17b36bd77658417db34fabf66:/pod/perldelta.pod?ds=sidebyside 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