perldelta for dd2a7f9048
authorFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:00:20 +0000 (23:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 15 Sep 2013 06:00:20 +0000 (23:00 -0700)
pod/perldelta.pod

index c198362..fa94007 100644 (file)
@@ -891,6 +891,11 @@ An optimisation in Perl 5.18 made incorrect assumptions causing a bad
 interaction with the L<Devel::CallParser> CPAN module.  If the module was
 loaded, then lexical variables declared in separate statements following a C<my(...)> list might fail to be cleared on scope exit.
 
+=item *
+
+C<&xsub> and C<goto &xsub> calls now allow the called subroutine to
+autovivify elements of @_.
+
 =back
 
 =head1 Known Problems