This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68f8bed
)
Fix a typo, un-shout, and reformat the installation output.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 Jul 1999 16:20:17 +0000
(16:20 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 Jul 1999 16:20:17 +0000
(16:20 +0000)
p4raw-id: //depot/cfgperl@3812
lib/ExtUtils/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/Install.pm
b/lib/ExtUtils/Install.pm
index
f75aa55
..
74bd99b
100644
(file)
--- 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 {