This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: a2p.pod not being installed in 5.8.2?
authorAlan Burlison <Alan.Burlison@uk.sun.com>
Thu, 4 Dec 2003 12:14:30 +0000 (12:14 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 4 Dec 2003 11:54:28 +0000 (11:54 +0000)
Message-ID: <3FCF2526.3030905@sun.com>

p4raw-id: //depot/perl@21840

installperl

index 55633c5..5be24b9 100755 (executable)
@@ -129,7 +129,7 @@ close SCRIPTS;
 
 if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; }
 
-my @pods = $nopods ? () : (<pod/*.pod>);
+my @pods = $nopods ? () : (<pod/*.pod>, 'x2p/a2p.pod');
 
 # Specify here any .pm files that are actually architecture-dependent.
 # (Those included with XS extensions under ext/ are automatically