From: Jarkko Hietaniemi Date: Fri, 6 Jul 2001 12:57:13 +0000 (+0000) Subject: Nit from Abhijit. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29ca949ed0c399927ca5d3d1a915f74794f62666;p=p5sagit%2Fp5-mst-13.2.git Nit from Abhijit. p4raw-id: //depot/perl@11179 --- diff --git a/lib/CPAN.pm b/lib/CPAN.pm index 7c0b0cc..5ee7dc8 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -4418,7 +4418,7 @@ or } else { $self->{writemakefile} = qq{NO Makefile.PL refused to write a Makefile.}; - # It's probably worth to record the reason, so let's retry + # It's probably worth it to record the reason, so let's retry # local $/; # my $fh = IO::File->new("$system |"); # STDERR? STDIN? # $self->{writemakefile} .= <$fh>;