This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Do environ key case consistently on VMS.
authorCraig A. Berry <craigberry@mac.com>
Thu, 4 Feb 2016 22:26:05 +0000 (16:26 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 4 Feb 2016 23:02:28 +0000 (17:02 -0600)
commit99b868c158706f13b5c131e0b386563f4b882f3e
tree1d7a1eff50e812ee1b637bf7796c3ee762ffc898
parentb396d0d86920a7b29522c9a80c7939a3487b4ccd
Do environ key case consistently on VMS.

For those %ENV elements based on the CRTL environ array, we've
always preserved case when setting them but done look-ups only
after upcasing the key first, which makes lower- or mixed-case
entries go missing.

So make them consistently case-preserved and in the docs
distinguish this behavior from the case-blind behavior of keys
for %ENV entries based on logical namees and DCL symbols, which
remains unchanged.
pod/perlvms.pod
vms/vms.c