Skip Menu |

This queue is for tickets about the DateTime-Format-Variant CPAN distribution.

Report information
The Basics
Id: 76443
Status: resolved
Priority: 0/
Queue: DateTime-Format-Variant

People
Owner: XYF [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.2
Fixed in: (no value)



Subject: Makefile.PL should not assert MSWin32
The Makefile.PL has this line: use Devel::AssertOS qw[MSWin32]; This is not correct. What you really want to check is whether Win32::OLE and other Windows-specific modules are installed. But this is not restricted to MSWin32, other operating systems (e.g. cygwin) also support Win32::OLE. So what you should specify is Win32::OLE and all other required modules in PREREQ_PM. I see that there are also some other missing, e.g. Readonly, so you can specifiy it there, too. Regards, Slaven
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
added prerequisites in dist.ini