Skip Menu |

This queue is for tickets about the Net-Write-Fast CPAN distribution.

Report information
The Basics
Id: 111734
Status: resolved
Priority: 0/
Queue: Net-Write-Fast

People
Owner: gomor [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: 0.18



Subject: no OS check in Build.PL
Should have same check as Makefile.PL. Also it should output message "OS unsupported" to show correct results on cpantesters sites. -- Alexandr Ciornii, http://chorny.net
On 2016-02-03 14:34:24, CHORNY wrote: Show quoted text
> Should have same check as Makefile.PL. > > Also it should output message "OS unsupported" to show correct results > on cpantesters sites.
The Build.PL is best removed entirely (Module::Build is best reserved for situations where ExtUtils::MakeMaker lacks a particular feature, which doesn't seem to be the case here).
Ok, I changed to "OS unsupported" in Makefile.PL and removed Build.PL. Thanks for the report,