Jost Krieger wrote:
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.

Thanks Jost. I've uploaded a new version (0.03) that should fail the configure stage for solaris and win32.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to