In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/01f745b3eb247529647341c2612111acf559cf25?hp=b912808c57c4dd8f57efd441416886c2674ab4cd>
- Log ----------------------------------------------------------------- commit 01f745b3eb247529647341c2612111acf559cf25 Author: Sawyer X <[email protected]> Date: Tue Sep 20 22:28:42 2016 +0200 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 d0568dc..d4db70d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -178,7 +178,7 @@ such circumstances. [perl #47047] =item * -A sub containing with a "forward" declaration with the same name (e.g., +A sub containing a "forward" declaration with the same name (e.g., C<sub c { sub c; }>) could sometimes crash or loop infinitely. [perl #129090] -- Perl5 Master Repository
