diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-03 04:36:46 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-03 04:36:46 +0000 |
commit | 4466cc18e0cce2c475a3418e94d9c930d241d089 (patch) | |
tree | 85b7d28ed597e7a093e663177bdeab65eebcac17 | |
parent | 86fced143cb54596531c0cbca5a40b99db18806f (diff) | |
download | perl-4466cc18e0cce2c475a3418e94d9c930d241d089.tar.gz |
VMS-specific perldelta update
p4raw-id: //depot/vmsperl@5481
-rw-r--r-- | pod/perldelta.pod | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 53200ebff3..ee42587b2c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1262,7 +1262,30 @@ This port is still using its own builtin globbing. =head2 VMS -[TODO - Charles Bailey <bailey@newman.upenn.edu>] +Numerous revisions and extensions to configuration, build, testing, and +installation process to accomodate core changes and VMS-specific options + +Expand %ENV-handling code to allow runtime mapping to logical names, +CLI symbols, and CRTL environ array + +Extension of subprocess invocation code to accept filespecs as command "verbs" + +Add to Perl command line processing the ability to use default file types and +to recognize Unix-style C<2E<gt>&1>. + +Expansion of File::Spec::VMS routines, and integration into ExtUtils::MM_VMS + +Extension of ExtUtils::MM_VMS to handle complex extensions more flexibly + +Barewords at start of Unix-syntax paths may be treated as text rather than +only as logical names + +Optional secure translation of several logical names used internally by Perl + +Miscellaneous bugfixing and porting of new core code to VMS + +Thanks are gladly extended to the many people who have contributed VMS +patches, testing, and ideas. =head2 Win32 |