Skip Menu |

This queue is for tickets about the Unix-Groups CPAN distribution.

Report information
The Basics
Id: 113572
Status: open
Priority: 0/
Queue: Unix-Groups

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

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



Subject: Allow automated testing for more non-Windows OS
The Makefile.PL currently exits early for any OS other than linux. As far as I know this module works on FreeBSD and OS X as well so it would be nice to allow automated testing reports (for dependent modules as well!) from these. See https://metacpan.org/pod/distribution/perl/pod/perlport.pod#PLATFORMS for platform names to test, 'darwin' and 'freebsd' would cover the above.
On 2016-04-04 22:04:47, DBOOK wrote: Show quoted text
> The Makefile.PL currently exits early for any OS other than linux. As > far as I know this module works on FreeBSD and OS X as well so it > would be nice to allow automated testing reports (for dependent > modules as well!) from these. See > https://metacpan.org/pod/distribution/perl/pod/perlport.pod#PLATFORMS > for platform names to test, 'darwin' and 'freebsd' would cover the > above.
I would even go a step further and reverse the logic: just forbid MSWin32 and allow everything else. Currently the vast majority of smoking happens only on Windows and Unix machines.