This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH installperl misinformed
authorAndreas König <a.koenig@mind.de>
Sun, 10 Dec 2000 13:01:32 +0000 (14:01 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 10 Dec 2000 18:16:29 +0000 (18:16 +0000)
Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>

p4raw-id: //depot/perl@8073

installperl

index 99d376f..f3788cf 100755 (executable)
@@ -162,8 +162,8 @@ if ($d_dosuid && $>) { die "You must run as root to install suidperl\n"; }
 -x 'suidperl' . $exe_ext|| die "suidperl isn't executable!\n" if $d_dosuid;
 
 -f 't/rantests'                || $Is_W32
-                       || warn "WARNING: You've never run 'make test'!!!",
-                                (Installing anyway.)\n";
+                        || warn "WARNING: You've never run 'make test' or",
+                                " some tests failed! (Installing anyway.)\n";
 
 if ($Is_W32 or $Is_Cygwin) {
   my $perldll;