This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 9946413d0d01025a38ecc0488088e10a287d9559
tree 3e51efa07d51de1db33a920532c9dffbbb8116b2
parent 3b18ba523da7f6c5b89edceb980dfdac3ede2c2c
tree 3e51efa07d51de1db33a920532c9dffbbb8116b2
parent 3b18ba523da7f6c5b89edceb980dfdac3ede2c2c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.shipit | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | ||
| |
README | ||
| |
eg/ | ||
| |
lib/ | ||
| |
t/ | ||
| |
xt/ |
README
NAME
Devel::StackTrace::AsHTML - Displays stack trace in HTML
SYNOPSIS
use Devel::StackTrace::AsHTML;
my $trace = Devel::StackTrace->new;
my $html = $trace->as_html;
DESCRIPTION
Devel::StackTrace::AsHTML adds "as_html" method to Devel::StackTrace
which displays the stack trace in a beautiful HTML, with code snippet
context and even lexical variables, if you call it on
Devel::StackTrace::WithLexicals.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
HTML generation code is ripped off from CGI::ExceptionManager written by
Tokuhiro Matsuno and Kazuho Oku.
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
SEE ALSO
Devel::StackTrace Devel::StackTrace::WithLexicals CGI::ExceptionManager








