diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-01-08 11:36:01 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-08 09:16:12 +0000 |
commit | 2e5b8131f17dadef0010bf74278b0000d9972dd4 (patch) | |
tree | 2f899d9d33d15dff7e4f06cf5bd4bb1347716322 /installperl | |
parent | 61f5c3f5cfd14120ba4a24ff8df561b16e9c906b (diff) | |
download | perl-2e5b8131f17dadef0010bf74278b0000d9972dd4.tar.gz |
don't installperl pods
Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@14132
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index a9e7b9eb14..c18fd6ad25 100755 --- 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 |