Silence MakeMaker (Was: installman)
authorAndreas König <a.koenig@mind.de>
Sun, 20 Aug 2000 15:52:03 +0000 (17:52 +0200)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 20 Aug 2000 19:55:55 +0000 (19:55 +0000)
Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>

p4raw-id: //depot/perl@6723

lib/ExtUtils/MM_Unix.pm

index c55cc0a..0721dc9 100644 (file)
@@ -3499,7 +3499,7 @@ WARN_IF_OLD_PACKLIST = $(PERL) -we 'exit unless -f $$ARGV[0];' \\
 -e 'print "Please make sure the two installations are not conflicting\n";'
 
 UNINST=0
-VERBINST=1
+VERBINST=0
 
 MOD_INSTALL = $(PERL) -I$(INST_LIB) -I$(PERL_LIB) -MExtUtils::Install \
 -e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"