NAME

Exception::Reporter::Summarizer::Catalyst - a summarizer for Catalyst applications

VERSION

version 0.005

OVERVIEW

If added as a summarizer to an Exception::Reporter, this plugin will summarize Catalyst objects, adding summaries for the request, stash, errors, user, and session.

PERL VERSION

This module should work on any version of perl still receiving updates from the Perl 5 Porters. This means it should work on any version of perl released in the last two to three years. (That is, if the most recently released version is v5.40, then this module should work on both v5.40 and v5.38.)

Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

ATTRIBUTES

resolve_hostname

If true, the summary will include the hostname of the remote client. Catalyst always resolves this hostname the first time it's requested and never accepts it from the server. That means it might be slow.

Right now, this defaults to true. It might default to false later. Consider being explicit if you're concerned about this behavior.

AUTHOR

Ricardo Signes <cpan@semiotic.systems>

CONTRIBUTORS

  • fREW Schmidt <frioux@gmail.com>

  • Ricardo Signes <rjbs@semiotic.systems>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.