Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Catalyst::Plugin::ErrorCatcher::File - a file emitter for Catalyst::Plugin::ErrorCatcher
SYNOPSIS
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>
AUTHORS
Chisel Wright <chisel@herlpacker.co.uk>
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.