Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: CPAN Smoke Tests: Some platforms are meant to be broken

by syphilis (Archbishop)
on Aug 22, 2011 at 01:17 UTC ( [id://921567]=note: print w/replies, xml ) Need Help??


in reply to Re^3: CPAN Smoke Tests: Some platforms are meant to be broken
in thread CPAN Smoke Tests: Some platforms are meant to be broken

I think there is some way of telling CPAN testers to emit n/a for those operating systems

I think it's just a matter of beginning the Makefile.PL code with something like:
exit 0 if $^O=~/MSWin/;
That should put an NA into the matrix for any module being built on Windows - no report gets sent to the author.

But I think the exit value is important, so it would be best to verify (eg on the cpan-testers mailing list) that 0 is, in fact, the correct value to specify.

Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://921567]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-16 19:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found