The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<Plugin::ErrorCatcher>
    # ...
    include_session 1

    emit_module Catalyst::Plugin::ErrorCatcher::Email
</Plugin::ErrorCatcher>

<Plugin::ErrorCatcher::Email>
    to      address@example.com

    # defaults to the To: address
    from    another@example.com

    # defaults to "Error Report For <AppName>"
    subject Alternative Subject Line
</Plugin::ErrorCatcher::Email>