The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

AUTHORS

Paul Seamons <perlspam at seamons dot com>