NAME
ACME::Error::HTML - ACME::Error Backend to Markup Errors with HTML
SYNOPSIS
use
ACME::Error HTML;
warn
"blink"
;
# <p>blink</p>
DESCRIPTION
Converts your errors to HTML.
AUTHOR
Casey West <casey@geeknest.com>
COPYRIGHT
Copyright (c) 2002 Casey R. West <casey@geeknest.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1), HTML::FromText.