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

NAME

Carp::Always::EvenObjects::Hacks - Enable built in stack traces on exception objects

SYNOPSIS

  use Carp::Always::EvenObjects::Hacks;
  use Exception::Class 'MyException';

  MyException->throw; # includes stack trace

DESCRIPTION

Many existing exception module can provide stack traces, but this is often not the default setting. This module will force as many modules as possible to include stack traces by default. It can be loaded before or after the exception modules, and it will still function.

SUPPORTED MODULES

CAVEATS

This module relies partly on the internal implementation of the modules it effects. Future updates to the modules could break or be broken by this module.