On Wed, Apr 23, 2008 at 5:52 AM, Ovid <[EMAIL PROTECTED]> wrote: > I do, however, feel like I'm missing something fundamental, but I can't > figure out what.
How about: sub DIE { local $SIG{__DIE__}; die } or even just "sub die" and import that into the *.t file and "or die" should do what you want. That might be too much magic, though -- there could possibly be other things in the "main" package that call it by mistake. David