NAME

Exception::Reporter::Summarizer::Fallback

VERSION

version 0.003

OVERVIEW

This summarizer will accept any input and summarize it by dumping it to YAML.

I recommended that this summarizer is always in your list of summarizers, and always last.

If a YAML dump can't be produced, the exception from YAML will be attached, along with the stringification of the dumpable value.

AUTHOR

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.