The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
---
abstract: 'Catch application errors and emit them somewhere'
author:
  - 'Chisel <chisel@chizography.net>'
build_requires:
  Catalyst: '0'
  Catalyst::Controller: '0'
  Catalyst::Plugin::Authentication: '0.10010'
  Catalyst::Plugin::ConfigLoader: '0.22'
  Catalyst::Plugin::Session: '0'
  Catalyst::Plugin::Session::State::Cookie: '0'
  Catalyst::Plugin::Session::Store::File: '0'
  Catalyst::Plugin::StackTrace: '0.10'
  Catalyst::Runtime: '5.80'
  Catalyst::Test: '0'
  Config::General: '0'
  DateTime: '0'
  File::Find::Rule: '0'
  File::Path: '0'
  File::Slurp: '0'
  File::Spec::Functions: '0'
  FindBin::libs: '0'
  HTTP::Request::Common: '0'
  IO::File: '0'
  MIME::Lite: '0'
  MRO::Compat: '0'
  Path::Class: '0'
  Sys::Hostname: '0'
  Test::Exception: '0'
  Test::More: '0.92'
  Test::UseAllModules: '0'
  base: '0'
  namespace::autoclean: '0'
  overload: '0'
  version: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.044, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Catalyst-Plugin-ErrorCatcher
provides:
  Catalyst::Plugin::ErrorCatcher:
    file: lib/Catalyst/Plugin/ErrorCatcher.pm
  Catalyst::Plugin::ErrorCatcher::Email:
    file: lib/Catalyst/Plugin/ErrorCatcher/Email.pm
  Catalyst::Plugin::ErrorCatcher::File:
    file: lib/Catalyst/Plugin/ErrorCatcher/File.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::CaughtException:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/CaughtException.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::Pg::ForeignKeyConstraint:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/Pg/ForeignKeyConstraint.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::Pg::MissingColumn:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/Pg/MissingColumn.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::Pg::TransactionAborted:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/Pg/TransactionAborted.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::Pg::UniqueConstraintViolation:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/Pg/UniqueConstraintViolation.pm
  Catalyst::Plugin::ErrorCatcher::Plugin::CleanUp::TxnDo:
    file: lib/Catalyst/Plugin/ErrorCatcher/Plugin/CleanUp/TxnDo.pm
requires:
  Catalyst::ClassData: '0'
  Data::Dump: '0'
  DateTime: '0'
  File::Slurp: '0'
  File::Type: '0'
  IO::File: '0'
  MIME::Lite: '0'
  Module::Pluggable::Object: '0'
  Moose: '0'
  Path::Class: '0'
  Sys::Hostname: '0'
  perl: '5.008004'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: http://github.com/chiselwright/Catalyst-Plugin-ErrorCatcher/issues
  repository: git://github.com/chiselwright/catalyst-plugin-errorcatcher.git
version: 0.0.8.21
x_contributors:
  - 'Chisel Wright <chisel@chizography.net>'
  - 'Fitz Elliott <fitz.elliott@gmail.com>'
  - 'Mohammad S Anwar <mohammad.anwar@yahoo.com>'
  - 'Tim Bunce <tim@tigerlms.com>'