
ACME::Error::HTML - ACME::Error Backend to Markup Errors with HTML

use ACME::Error HTML; warn "blink"; # <p>blink</p>

Converts your errors to HTML.

Casey West <casey@geeknest.com>

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.

perl(1), HTML::FromText.