Fix a typo, un-shout, and reformat the installation output.
Jarkko Hietaniemi [Wed, 28 Jul 1999 16:20:17 +0000 (16:20 +0000)]
p4raw-id: //depot/cfgperl@3812

lib/ExtUtils/Install.pm

index f75aa55..74bd99b 100644 (file)
@@ -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 {