This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reverse order of environ tables under bash on VMS.
authorCraig A. Berry <craigberry@mac.com>
Fri, 8 Aug 2014 14:20:23 +0000 (09:20 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 8 Aug 2014 16:50:55 +0000 (11:50 -0500)
commitbc6f2746c1999c5e2645423e6c4ab456c68ba8e1
tree8f3d78d4dcfcfcd41e7d8730af15e4b493c2b26a
parent4cedf205aa6e2a77d2a318f977b61a5f317b5d7b
Reverse order of environ tables under bash on VMS.

The default for populating %ENV on VMS is from logical names
first and the CRTL environ array second unless overridden by
setting PERL_ENV_TABLES. That's a reasonable default for DCL,
but not quite right when running under bash as exports under bash
might end up hidden behind logical names.  So reverse the default
order when GNV$UNIX_SHELL is set.

Also stop mentioning that setenv() may not be present in the CRTL
since it is present for VMS versions 7.0 and later and those are
the only ones we support.
pod/perlvms.pod
vms/vms.c