in reply to Use die() instead of exit() in Test::More

This sounds like an XY Problem. How are you invoking your test file?

  • Comment on Re: Use die() instead of exit() in Test::More

Replies are listed 'Best First'.
Re^2: Use die() instead of exit() in Test::More
by Tobiwan (Beadle) on Jun 14, 2007 at 18:17 UTC
    Maybe, this is a XY problem :) I've to call the script direct via "perl testscript.pl", not via "prove".