I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-06-17 11:07:34.627484-07 by adrianh in response to 13355
Re: No plan before startup tests?
Use
$self->BAIL_OUT('startup')
instead and it should all be fine :-) (Test::More's BAIL_OUT() doesn't know about Test::Class - so doesn't automatically deliver the plan)
Direct Responses: 13358 | 13363 | Write a response