Would it be possible to move vms/ext/DCLsym to ext/VMS-DCLsym, and vms/ext/Stdio to ext/VMS-Stdio, with conditional (not) building analogous to how ext/Win32* are only built on Windows?
I think that would make my plans for refactoring make_ext.pl simpler. (to allow moving dual-life modules modules involved with Makefile.PLs into ext too). Right now ext/$foo and vms/ext/$bar are at different depths. Nicholas Clark