Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 45956
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: MARKSTOS [...] cpan.org
Requestors: marc.chantreux [...] biblibre.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: deep recursion: don't die again
Date: Mon, 11 May 2009 15:47:02 +0200
To: bug-CGI.pm [...] rt.cpan.org
From: Marc Chantreux <marc.chantreux [...] biblibre.com>
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. thanks for your work and regards, -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com

Message body is not shown because sender requested not to inline it.

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: $@); }
Thanks, this patch has been applied in my git repo now.
Subject: released, thanks.
I believe this change was released today as part of CGI.pm 3.45. Thanks for the contribution.