diff options
author | Alan Burlison <Alan.Burlison@uk.sun.com> | 2003-12-04 12:14:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-12-04 11:54:28 +0000 |
commit | ffb5d6c50e5ded491eee7ff839e42f8d3acbf6dd (patch) | |
tree | 83fe31d4a638859bea75ccdb6112199b5eadd814 | |
parent | 68853529b82cedc7fc5774cbdb57734af389f541 (diff) | |
download | perl-ffb5d6c50e5ded491eee7ff839e42f8d3acbf6dd.tar.gz |
Re: a2p.pod not being installed in 5.8.2?
Message-ID: <3FCF2526.3030905@sun.com>
p4raw-id: //depot/perl@21840
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 55633c5124..5be24b9d45 100755 --- a/installperl +++ b/installperl @@ -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 |