From: Andreas König Date: Sun, 20 Aug 2000 15:52:03 +0000 (+0200) Subject: Silence MakeMaker (Was: installman) X-Git-Tag: accepted/trunk/20130322.191538~34458 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aceaef4055ec4350cbe0b8f6f5bed078dd6c460e;p=platform%2Fupstream%2Fperl.git Silence MakeMaker (Was: installman) Message-ID: p4raw-id: //depot/perl@6723 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index c55cc0a..0721dc9 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -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)');"