NAME
CGI::Ex::Die - A CGI::Carp::FatalsToBrowser type utility.
SYNOPSIS
use CGI::Ex::Die;
$SIG{__DIE__} = \&CGI::Ex::Die::die_handler;
# OR #
use CGI::Ex::Die register => 1;
DESCRIPTION
This module is intended for showing more useful messages to the developer, should errors occur. This is a stub phase module. More features (error notification, custom error page, etc) will be added later.
LICENSE
This module may distributed under the same terms as Perl itself.
AUTHORS
Paul Seamons <perl at seamons dot com>