On Tue, Mar 11, 2003 at 09:37:49AM +1100, Stas Bekman wrote:
> Thanks Jost. I guess I'll add to Makefile.PL:
> 
> if ($^O eq 'solaris') {
>     die "Sorry, dunno how to build for Solaris";
> }
> 
> but then [EMAIL PROTECTED] will still complain. 

I don't think so. You only get a "Fail" if it gets to the "test" stage.

> What's the right 
> procedure for module writers to "successfully" fail the build/test?

Your method looks right. It will give you a "NA", which hits the mark.

Jost
-- 
| [EMAIL PROTECTED]  Please help stamp out spam! |
| Postmaster, JAPH, resident answer machine          am RZ der RUB |
| Pluralitas non est ponenda sine necessitate                      |
|                                 William of Ockham (1285-1347/49) |

Reply via email to