Hello Michael,
Are you going to have time to look at the patches that I submitted to
MakeMaker and Test::Simple?
These are to support VMS when the DECC$FILENAME_UNIX_REPORT and
DECC$EFS_CHARSET and related options are active.
These options make Perl on VMS look more like Unix, including returning
filenames in Unix syntax. Path tools has already been updated to work
in this mode.
This fix changes MakeMaker to use its internal fixpath and
eliminate_macros instead of the ones in path tools.
https://rt.cpan.org/Ticket/Display.html?id=42151
Update t/basic.pl to only override %ENV{bin} if it does not exist.
https://rt.cpan.org/Ticket/Display.html?id=42150
I submitted these to ExtUtils/Install.pm, however I saw INST.t updated
by MakeMaker 6.49_01.
https://rt.cpan.org/Ticket/Display.html?id=42149
Thanks,
-John