This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix broken -Uuseperlio build on VMS.
authorCraig A. Berry <craigberry@mac.com>
Fri, 23 Apr 2010 23:29:38 +0000 (18:29 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 23 Apr 2010 23:29:38 +0000 (18:29 -0500)
commita24c654f07035713924a2c157a5149ef670f55a5
tree947403164e886a35d83fdf5ea701af31973dd1d9
parent839d17582bad556c85fba50bb136d1c1fa878a54
Fix broken -Uuseperlio build on VMS.

We were checking a variable that doesn't exist in the non-default
case of disabling perlio.  Now we only look at it when it exists.
vms/vms.c