From: Jarkko Hietaniemi Date: Wed, 28 Jul 1999 16:20:17 +0000 (+0000) Subject: Fix a typo, un-shout, and reformat the installation output. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcc96bbd648270d5e7184f192cb9bada22ded67e;p=p5sagit%2Fp5-mst-13.2.git Fix a typo, un-shout, and reformat the installation output. p4raw-id: //depot/cfgperl@3812 --- diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index f75aa55..74bd99b 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -85,9 +85,7 @@ sub install { exists $hash{"blib/arch"} and directory_not_empty("blib/arch")) { $targetroot = $hash{"blib/arch"}; - print "Files found in blib/arch --> Installing files in " - . "blib/lib into architecture dependend library tree!\n" - ; #if $verbose>1; + print "Files found in blib/arch: installing files in blib/lib into architecture dependent library tree\n"; } chdir($source) or next; find(sub {