This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Install all include files on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sun, 10 Jun 2012 19:04:36 +0000 (14:04 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sun, 10 Jun 2012 19:04:36 +0000 (14:04 -0500)
commit5c0877fa4ac0c984dacb09510945d56f7fc60add
tree7bbdaea915d8eb2d29895a41a6afb9e20f3cba6c
parent61a2567250ea72759ac7b0b9ca18ce6b14f1f486
Install all include files on VMS.

On most platforms, installperl copies *.h from the top-level source
directory to an appropriate installed location.  On VMS, we stage
everything to an archcore directory first and installperl copies
them from there.  Whether this is a good way to be doing things in
this day and age is questionable, but the more immediate problem is
that we have been (badly) maintaining our own list of what should
get staged in the archcore directory.  By my count, 5.16.0 shipped
with 18 of 69 include files missing.[1]  Ouch.

So this commit abolishes the separately-maintained, explicitly-named
list of include files and just copies all of them to the staging
directory, where installperl will pick them up.

[1] For folks counting at home, we have vmsish.h, which no one else
has, so that's why there are 69, not 68.
vms/descrip_mms.template