# from Michael G Schwern # on Wednesday 28 March 2007 08:31 pm: >Its base.pm. > > local $SIG{__DIE__}; > eval "require $base"; > >Test::Builder::Module is loaded which loads Test::Builder which > instantiates a __DIE__ handler which is localized and thrown out.
Hey, that is pretty funny (cause it's delete($SIG{__DIE__}) :-D) I'm going to go put that in my "quit hedging bets and just eval" bag now. --Eric -- "Everything should be made as simple as possible, but no simpler." --Albert Einstein --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------