Ovid wrote:
I've posted a trimmed down version of the custom 'Test::More' we use
here:
http://use.perl.org/~Ovid/journal/35363
I can't recall who was asking about this, but you can now do this:
use Our::Test::More 'no_plan', 'fail';
If 'fail' is included in the import list, the test program will die
immediately after the first failure. VERY HANDY at times.
we've discussed this a few times on this list, and I even submitted a
patch to make it so:
http://www.mail-archive.com/perl-qa@perl.org/msg08973.html
your interface is very nice, but I think I'd also like to preserve the
ability to set it at will, outside of import.
hopefully none of us will need to run patched versions for this feature
at some point in the (near) future :)
--Geoff