From dcc96bbd648270d5e7184f192cb9bada22ded67e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 28 Jul 1999 16:20:17 +0000 Subject: [PATCH 1/1] Fix a typo, un-shout, and reformat the installation output. p4raw-id: //depot/cfgperl@3812 --- lib/ExtUtils/Install.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 { -- 1.8.3.1