in reply to Re: How to prevent exception stringification after error in require/use?
in thread How to prevent exception stringification after error in require/use?

I take it back. You use the $SIG{__DIE__} so that you can get the stack trace at the location the exception was thrown...

  • Comment on Re^2: How to prevent exception stringification after error in require/use?