The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This file documents the revision history for Catalyst::Plugin::ErrorCatcher

0.0.8.6   2011-01-20 18:47:55 Europe/London
  - RT#60483: specify minimum versions for plugins
     to force the earliest MRO::Compat version
  - RT#64492: add 'include_session' option and accompanying output

0.0.8.5   2011-01-04 22:56:54 Europe/London
  - Make file/path munging behave more sensibly
  - add lives_ok() tests

0.0.8.4   2010-12-29 22:46:10 EST5EDT
  - RT#64278: Hopefully the final missing dependency

0.0.8.3   2010-12-29 16:34:25 EST5EDT
  - RT#64278: manually specify dependencies used by tests

0.0.8.2   2010-12-23 15:24:00 EST5EDT
  - RT#64128: generate deps with dzil's AutoPrereq plugin

0.0.8.1   2010-12-16 00:55:33 Europe/London
  - RT#63957: remove dependency on earlier version of ourself

0.0.8     2010-12-14 23:11:29 Europe/London
  - convert to Dist::Zilla

0.0.7   Fri Feb 12 16:14:48 GMT 2010
    - call new() on requested emitters, if the method exists
    - store object from new() and use in the emit phase

0.0.6.5	Sun Jan 31 17:13:22 GMT 2010
    - RT#54071: fails if C:P:Authentication is not loaded
      apply patch and add NoAuth based tests under t/bug/

0.0.6.4 Mon Sep 28 10:02:32 BST 2009
    - extend ::Email emitter to allow tag placeholders in subject line

0.0.6.3 Fri Sep 11 11:21:03 BST 2009
    - POD fix (enabled --> enable)
    - RT#49550: POD fix (copy-and-paste whoopsie)
    - RT#49552: ->user added to report (if exists)
    - RT#49590: ->request only added if exists (for ::Stomp)

0.0.6.2 Wed Jul 22 19:17:15 BST 2009
    - add Cc: option to email emitter

0.0.6.1 Mon Jun 29 14:15:08 BST 2009
    - fix hostname in email emitter subject line

0.0.6
    - make sure we do nothing if "enabled" is explicitly set to 0
    - add some extra output if we have a non-zero "verbose" value
    - added ::File emitter

0.0.5   Tue May 26 18:55:03 BST 2009
    - "cleanup" DBIx::Class::Schema::txn_do() format messages
    - add hostname to default email subject line

0.0.4   Thu May 21 08:58:22 BST 2009
    - remove UNIVERSAL::can module usage
      (still calling can() 'correctly')
    - added "always_log" config option
    - added missing build dependency

0.0.3   Mon May 11 21:18:55 BST 2009
    - fix plugin setup() to work properly
    - added tests

0.0.2.2 Mon May 11 14:05:11 BST 2009
    - specified minimum version of Catalyst::Runtime
      (for ctx_request() test method)

0.0.2.1 Sat May  9 19:31:11 BST 2009
    - added missing build dependencies
    - added version number to Email emitter

0.0.2   Fri May  8 21:22:09 BST 2009
    - added Email emitter
    - store config options in an accessor
    - specify version of inc::Module::Install
    - added some basic tests

0.0.1   Thu May  7 23:13:09 BST 2009
    - Initial module release