The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::StackTrace

0.04    2006-03-26 22:30:00
        - Properly handle the case where finalize_error is called but there
          is no stacktrace.  This happens if the user manually sets $c->error.

0.03    2006-03-16 23:40:00
        - Made the stack trace fill the entire width.
        - Added respect_overload option for Devel::StackTrace (Stephen
          Steneker)

0.02    2006-01-01 14:00:00
        - Changed _stacktrace from class data to accessor.
        - Fixed test 4 in 04trace to handle different error messages
          from different Perl versions.

0.01    2005-12-30 23:20:00
        - initial release