Nit from Abhijit.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 6 Jul 2001 12:57:13 +0000 (12:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 6 Jul 2001 12:57:13 +0000 (12:57 +0000)
p4raw-id: //depot/perl@11179

lib/CPAN.pm

index 7c0b0cc..5ee7dc8 100644 (file)
@@ -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>;