projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac29d45
)
perldelta for dd2a7f9048
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:00:20 +0000
(23:00 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 15 Sep 2013 06:00:20 +0000
(23:00 -0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c198362
..
fa94007
100644
(file)
--- 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<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