extensions in vms/ext
Nicholas Clark <[email protected]>
| Newsgroups | gmane.comp.lang.perl.perl5.porters,gmane.comp.lang.perl.ports.vms |
|---|---|
| Message-ID | <[email protected]> |
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