NAME
Template::Plugin::Devel::StackTrace - A Template Plugin To Use Devel::StackTrace objects
VERSION
Version 0.01
SYNOPSIS
[% USE Devel.StackTrace; Devel.StackTrace.as_string; %] or [% USE Devel.StackTrace({ignore_package => 'Net::Server'}); Catalyst.log.warn(Devel.StackTrace.as_string); %]
DESCRIPTION
Gives you a back an instance of a Devel::StackTrace.
METHODS
new
This is used internally. You won't be using it from your templates.
CONSTRUCTOR
The constructor is the same as Devel::StackTrace
as_string
SEE ALSO
AUTHOR
Samuel Kaufman, <skaufman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-template-plugin-devel-stacktrace at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-Devel-StackTrace. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Template::Plugin::Devel::StackTrace
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Plugin-Devel-StackTrace
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Template-Plugin-Devel-StackTrace
Search CPAN
http://search.cpan.org/dist/Template-Plugin-Devel-StackTrace
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2008 Samuel Kaufman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.