
Template::Plugin::Devel::StackTrace - A Template Plugin To Use Devel::StackTrace objects

Version 0.01

[% USE Devel.StackTrace; Devel.StackTrace.as_string; %] or [% USE Devel.StackTrace({ignore_package => 'Net::Server'}); Catalyst.log.warn(Devel.StackTrace.as_string); %]

Gives you a back an instance of a Devel::StackTrace.

This is used internally. You won't be using it from your templates.

The constructor is the same as Devel::StackTrace


Samuel Kaufman,
<skaufman at cpan.org>

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.

You can find documentation for this module with the perldoc command.
perldoc Template::Plugin::Devel::StackTrace
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Template-Plugin-Devel-StackTrace
http://cpanratings.perl.org/d/Template-Plugin-Devel-StackTrace
http://search.cpan.org/dist/Template-Plugin-Devel-StackTrace


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.