This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make PERLLIB_SEP dynamic on VMS.
authorCraig A. Berry <craigberry@mac.com>
Thu, 1 Sep 2016 18:30:28 +0000 (13:30 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 1 Sep 2016 22:38:15 +0000 (17:38 -0500)
commit483efd0abe32386a3d82710532464cf4e9a0124b
treec70971a6c178b727d01f7c349caee4ad750abaaa
parent7c280bee056f2462f4b4aa2150a160fb9176601e
Make PERLLIB_SEP dynamic on VMS.

Because if we're running under a Unix shell, the path separator is
likely to meet the expectations of Unix shell scripts better if it's
the Unix ':' rather than the VMS '|'.  There is no change when
running under DCL.
embedvar.h
makedef.pl
perl.c
perlapi.h
perlvars.h
pod/perldelta.pod
pod/perlvms.pod
regen/embed.pl
vms/vms.c