
Catalyst::Plugin::ErrorCatcher::File - an email emitter for Catalyst::Plugin::ErrorCatcher

In your application:
use Catalyst qw/-Debug StackTrace ErrorCatcher/;
In your application configuration:
<Plugin::ErrorCatcher>
# ...
emit_module Catalyst::Plugin::ErrorCatcher::File
</Plugin::ErrorCatcher>
<Plugin::ErrorCatcher::File>
dir /tmp
# defaults to ecfile
prefix foobar
</Plugin::ErrorCatcher::File>

Chisel Wright <chisel@herlpacker.co.uk>

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.