The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Exception::Reporter::Summarizer::Text - a summarizer for plain text strings

VERSION

version 0.012

OVERVIEW

This summarizer will summarize simple, non-empty strings by accepting them verbatim. They are assumed to be text, and will be encoded to UTF-8. If that fails, they will be used verbatim, possibly with strange results.

The summary's ident will be the first non-blank line of the string.

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.