On Mon May 11 09:47:35 2009, marc.chantreux@biblibre.com wrote:
Show quoted text> hello,
>
> it would be nice to test if the error handler don't fail while executing
> CGI::Carp::die. I provide a patch for lib/CGI/Carp.pm as attachement.
I also recommend that this update be applied, but with an update to the
error message to explain why it die:
if ($@) { print STDERR q(error while executing the error handler: $@); }