summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-28 16:20:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-28 16:20:17 +0000
commitdcc96bbd648270d5e7184f192cb9bada22ded67e (patch)
tree8c6e42d04108504e2c08ce0172ad88062995ac04
parent68f8bed405ed7c00a1f880915d7296baf4ae4184 (diff)
downloadperl-dcc96bbd648270d5e7184f192cb9bada22ded67e.tar.gz
Fix a typo, un-shout, and reformat the installation output.
p4raw-id: //depot/cfgperl@3812
-rw-r--r--lib/ExtUtils/Install.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm
index f75aa55fa8..74bd99b147 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 {