From: H.Merijn Brand Date: Tue, 8 Jan 2002 10:36:01 +0000 (+0100) Subject: don't installperl pods X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e5b8131f17dadef0010bf74278b0000d9972dd4;p=p5sagit%2Fp5-mst-13.2.git don't installperl pods Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@14132 --- diff --git a/installperl b/installperl index a9e7b9e..c18fd6a 100755 --- a/installperl +++ b/installperl @@ -113,7 +113,7 @@ close SCRIPTS; if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; } -my @pods = () unless $nopods; +my @pods = $nopods ? () : (); # Specify here any .pm files that are actually architecture-dependent. # (Those included with XS extensions under ext/ are automatically