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:
61f5c3f
)
don't installperl pods
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Tue, 8 Jan 2002 10:36:01 +0000
(11:36 +0100)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Tue, 8 Jan 2002 09:16:12 +0000
(09:16 +0000)
Message-Id: <
20020108103447
.A841.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@14132
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
a9e7b9e
..
c18fd6a
100755
(executable)
--- a/
installperl
+++ b/
installperl
@@
-113,7
+113,7
@@
close SCRIPTS;
if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; }
-my @pods =
(<pod/*.pod>) unless $nopods
;
+my @pods =
$nopods ? () : (<pod/*.pod>)
;
# Specify here any .pm files that are actually architecture-dependent.
# (Those included with XS extensions under ext/ are automatically