This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use full archname in architecture-specific directories on VMS.
authorCraig A. Berry <craigberry@mac.com>
Sun, 6 Mar 2011 04:18:38 +0000 (22:18 -0600)
committerCraig A. Berry <craigberry@mac.com>
Mon, 7 Mar 2011 02:57:51 +0000 (20:57 -0600)
commit44caa20c7d9248fd77483468d77c9b5835e7066e
treeaf84d91b6cf8db086929b177a7fa1795d358cc75
parent2b4b3ebb703a73c0945957a42a77d70b29dceefb
Use full archname in architecture-specific directories on VMS.

We were only using the base archname (e.g., "VMS_AXP"), which is
ok for a default bulid, but if any additions were made to it,
such as "-thread", there would be a discrepancy between the
actual directory on disk and what perl.c:S_incpush would look for
when loading up @INC.  The net effect was that the architecture-
specific directory would not get loaded into @INC.
configure.com
vms/descrip_mms.template