in reply to Re: die_on_fail of Test::Most only dies after the next test
in thread die_on_fail of Test::Most only dies after the next test

Thanks, I think you mean Test::Most instead of Test::More (die_on_fail is not defined in Test::More), but I understand what you mean. There's also a note that I can write my own failure_handler, although I'm currently not sure how to get it to die immediately. I'll play around a bit with it.
  • Comment on Re^2: die_on_fail of Test::Most only dies after the next test