diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlivp.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL index bd182a5d4d..fa7a8396ad 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; } |