Subject: | Wrong platforms for MSDOS |
I recently released MSDOS-Attrib-1.02, and I just got a NA report from a
cygwin-thread-multi-64int system. But that module ought to work on
cygwin, and if it doesn't, I'd like to fix it.
So I investigated why the report was NA instead of FAIL. It came down
to CPANPLUS::Internals::Constants::Report::RELEVANT_TEST_RESULT. If I
understand it properly, the %OS hash has the wrong value for MSDOS. I
believe it should be:
MSDOS => 'dos|os2|MSWin32|cygwin',
The MSDOS modules are intended for all MSDOS-derived operating systems.
(As the author of all currently-distributed MSDOS:: modules, I think I
can say that with some authority.)
I'd appreciate it if you fix that so I can get proper smoke tests. Thanks.