Burak Gürsoy > Text-Template-Simple-0.70 > Text::Template::Simple::Dummy

Download:
Text-Template-Simple-0.70.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.70   Source   Latest Release: Text-Template-Simple-0.81

NAME ^

Text::Template::Simple::Dummy - Container class

SYNOPSIS ^

TODO

DESCRIPTION ^

This document describes version 0.70 of Text::Template::Simple::Dummy released on 26 April 2009.

All templates are compiled into this class.

FUNCTIONS ^

Text::Template::Simple::Dummy contains some utility functions that are accessible by all templates.

stack

Issues a full stack trace and returns the output as string dump. Accepts options as a hashref:

   stack({ opt => $option, frame => $backtrace_level });

Can be used inside templates like this:

   <%= stack() %>

See Text::Template::Simple::Caller for more information.

AUTHOR ^

Burak Gürsoy, <burak@cpan.org>

COPYRIGHT ^

Copyright 2004-2008 Burak Gürsoy. All rights reserved.

LICENSE ^

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.