On 1/9/07, Steffen Mueller <[EMAIL PROTECTED]> wrote:
Steffen Mueller schrieb: > Any ideas why this is happening?With much, much help from Yves and Nicholas on #p5p, I (or rather Yves) tracked this down to Autoloader::AUTOLOAD being called in an infinite loop during global destruction with the $AUTLOAD being "DBI::DESTROY". Adding a "sub DESTROY {}" to DBI.pm "cures" this problem: AUTOLOAD is
I think I stumbled over that one before, have to dig it up... If memory serves, this should be harmless, as there shouldn't be any objects of class DBI anyway (otherwise there would be a real DESTROY method). Cheers, Roderich
