NAME
Exception::Reporter::Summarizer::Text
VERSION
version 0.005
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.