From: Alan Burlison Date: Thu, 4 Dec 2003 12:14:30 +0000 (+0000) Subject: Re: a2p.pod not being installed in 5.8.2? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffb5d6c50e5ded491eee7ff839e42f8d3acbf6dd;p=p5sagit%2Fp5-mst-13.2.git Re: a2p.pod not being installed in 5.8.2? Message-ID: <3FCF2526.3030905@sun.com> p4raw-id: //depot/perl@21840 --- diff --git a/installperl b/installperl index 55633c5..5be24b9 100755 --- a/installperl +++ b/installperl @@ -129,7 +129,7 @@ close SCRIPTS; if ($scr_ext) { @scripts = map { "$_$scr_ext" } @scripts; } -my @pods = $nopods ? () : (); +my @pods = $nopods ? () : (, 'x2p/a2p.pod'); # Specify here any .pm files that are actually architecture-dependent. # (Those included with XS extensions under ext/ are automatically