On Tue, September 13, 2005 4:14 am, Hirmke Michael wrote: > Hi, > > [...] >> > No I haven't, but there is one in Authen::SASL - this can't cause >> > the problem, can it? >> >> The only one I see is a local($SIG{__DIE__}) into import, >> which would >> not affect ->new > > ic. > > Then I'm completely clueless, though 8-<
Likewise, because that is the only reason eval {} would not catch a die. Did you try adding local($SIG{__DIE__}) inside the eval. Maybe some other module is setting $SIG{__DIE__} ? Graham.