don't installperl pods
H.Merijn Brand [Tue, 8 Jan 2002 10:36:01 +0000 (11:36 +0100)]
   Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@14132

installperl

index a9e7b9e..c18fd6a 100755 (executable)
@@ -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