In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/09b83c411bd5dcd2722d0acdd5730c75f926811a?hp=d8422270033e0728e6a9cecb24cdbd123656e367>
- Log ----------------------------------------------------------------- commit 09b83c411bd5dcd2722d0acdd5730c75f926811a Author: Tony Cook <[email protected]> Date: Wed Jun 19 15:15:06 2019 +1000 perldelta for 1a1d29aaa2e0, 22f05786af0b, d8422270033e ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 23a1b58b29..c40b955c77 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -375,7 +375,7 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. =item * -Setting C<$)> now properly sets supplementary group ids, if you have +Setting C<$)> now properly sets supplementary group ids if you have the necessary privileges. [perl #134169] =item * @@ -397,6 +397,17 @@ during compilation. [perl #134045] =item * +C<%{^CAPTURE_ALL}> is now an alias to C<%-> as documented, rather than +incorrectly an alias for C<%+>. [perl #131867] + +=item * + +C<%{^CAPTURE}> didn't work if C<@{^CAPTURE}> was mentioned first. +Similarly for C<%{^CAPTURE_A::}> and C<@{^CAPTURE_ALL}>, though +C<@{^CAPTURE_ALL}> currently isn't used. [perl #131193] + +=item * + Extraordinarily large (over 2GB) floating point format widths could cause an integer overflow in the underlying call to snprintf(), resulting in an assertion. Formatted floating point widths are now -- Perl5 Master Repository
