This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2590c4
)
PATCH installperl misinformed
author
Andreas König
<a.koenig@mind.de>
Sun, 10 Dec 2000 13:01:32 +0000
(14:01 +0100)
committer
Jarkko 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
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
99d376f
..
f3788cf
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-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;