In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8a737443e3c53597024b13b97da37ea640b9d851?hp=02a7a248fa1942d10cc4d2479e0f47432d239322>
- Log ----------------------------------------------------------------- commit 8a737443e3c53597024b13b97da37ea640b9d851 Author: Father Chrysostomos <[email protected]> Date: Sun Jan 11 20:08:12 2015 -0800 perldiag grammo ----------------------------------------------------------------------- Summary of changes: pod/perldiag.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e1d8e28..84577ae 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3707,8 +3707,8 @@ or C<next::can>. See L<mro>. =item Non-finite repeat count does nothing (W numeric) You tried to execute the -L<C<x>|perlop/Multiplicative Operators> repetition operator C<Inf> -(or C<-Inf>) or C<NaN>, which doesn't make sense. +L<C<x>|perlop/Multiplicative Operators> repetition operator C<Inf> (or +C<-Inf>) or C<NaN> times, which doesn't make sense. =item Non-hex character in regex; marked by S<<-- HERE> in m/%s/ -- Perl5 Master Repository
