The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Devel::StackTrace

SEE ALSO

Devel::StackTrace

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:

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.