summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-06 12:57:13 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-06 12:57:13 +0000
commit29ca949ed0c399927ca5d3d1a915f74794f62666 (patch)
treedd4abba124ba3a9878a8e4449931d5e0e8546203
parenta82f768aad3a8d31ab5c7f62f0a405211d0096b5 (diff)
downloadperl-29ca949ed0c399927ca5d3d1a915f74794f62666.tar.gz
Nit from Abhijit.
p4raw-id: //depot/perl@11179
-rw-r--r--lib/CPAN.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN.pm b/lib/CPAN.pm
index 7c0b0cc8d2..5ee7dc8083 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>;