Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 25038
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: cjm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.77_04
Fixed in: (no value)



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.
On Mon Feb 19 15:25:12 2007, CJM wrote: Show quoted text
> 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.) > > MSDOS => 'dos|os2|MSWin32|cygwin', > > I'd appreciate it if you fix that so I can get proper smoke tests. Thanks.
Changed as per your suggestion. Thanks for reporting, -- Jos