In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5647be137d8f560779e021036f72a4d53ad75bd9?hp=200ad250b053cb412891217bf2ab0493b5fe2da8>
- Log ----------------------------------------------------------------- commit 5647be137d8f560779e021036f72a4d53ad75bd9 Author: Tony Cook <[email protected]> Date: Wed Feb 22 10:35:03 2017 +1100 perldelta for 853eb961c1a3 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b41533ac04..83b151fc03 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -338,7 +338,10 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -XXX +C< $-{$name} > would leak an C<AV> on each access if the regular +expression had no named captures. The same applies to access to any +hash tied with L<Tie::Hash::NamedCapture> and C<< all => 1 >>. [perl +#130822] =back -- Perl5 Master Repository
