In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/ee45064db75af4283d61e5733ddcc5c7eb87e2d4?hp=2b8a1552e222c049b05bc141f97d7349b40b3f2f>
- Log ----------------------------------------------------------------- commit ee45064db75af4283d61e5733ddcc5c7eb87e2d4 Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Wed Jun 19 11:44:10 2019 +0100 Fix perldelta typo ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index fe00591563..3cc3fb8479 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -401,7 +401,7 @@ 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 +Similarly for C<%{^CAPTURE_ALL}> and C<@{^CAPTURE_ALL}>, though C<@{^CAPTURE_ALL}> currently isn't used. [perl #131193] =item * -- Perl5 Master Repository
