From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 15:00:39 +0000 (+0000) Subject: perlivp: Too Much Information. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e46df07c6a69afecf12984530efb9e27a68273fe;p=p5sagit%2Fp5-mst-13.2.git perlivp: Too Much Information. p4raw-id: //depot/perl@17095 --- diff --git a/utils/perlivp.PL b/utils/perlivp.PL index bd182a5..fa7a839 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -174,7 +174,7 @@ foreach (qw(Config.pm ExtUtils/Installed.pm)) { $needed_there++; } else { - print "# Needed module `$_' does not appear to be properly installed ($@).\n"; + print "# Needed module `$_' does not appear to be properly installed.\n"; } $@ = undef; } @@ -210,7 +210,7 @@ if (defined($Config{'extensions'})) { $extensions_there++; } else { - print "# Required module `$_' does not appear to be properly installed ($@).\n"; + print "# Required module `$_' does not appear to be properly installed.\n"; $@ = undef; } $extensions_total++; @@ -329,7 +329,7 @@ foreach (@ph_files) { $ph_there++; } else { - print "# Perl header `$_' does not appear to be properly installed ($@).\n"; + print "# Perl header `$_' does not appear to be properly installed.\n"; } $@ = undef; }