On Jan 30, 2008 2:47 PM, Sam Tregar <[EMAIL PROTECTED]> wrote: > Hmm, that's a chicken-or-egg problem. If I try to check before > WriteMakefile() then you might not have XML::SAX installed yet. You might > be about to install a broken one, and I won't find out about that until the > tests run. Any way to have a test fail but not get an email from CPAN > testers? >
Fails will always get reported, but you could check for a working XML::SAX and use "plan skip_all => $reason". David