Hello. Long time listener, first time caller, etc.
I don't want my test script to continue past its first failing test. Is there a way to have the script die upon any failing test, without having to put "or die" after each test? Maybe some construct or argument I can pass to Test::More (I only see 'tests', 'no_plan', and 'skip_all').
Thank you.
In reply to Test Or Die
by Aric