1Text::Template::Simple:U:sDeurmmCyo(n3t)ributed Perl DocTuemxetn:t:aTteimopnlate::Simple::Dummy(3)
2
3
4
6 Text::Template::Simple::Dummy - Container class
7
9 TODO
10
12 This document describes version 0.90 of "Text::Template::Simple::Dummy"
13 released on "5 July 2016".
14
15 All templates are compiled into this class.
16
18 "Text::Template::Simple::Dummy" contains some utility functions that
19 are accessible by all templates.
20
21 stack
22 Issues a full stack trace and returns the output as string dump.
23 Accepts options as a hash reference:
24
25 stack({ opt => $option, frame => $backtrace_level });
26
27 Can be used inside templates like this:
28
29 <%= stack() %>
30
31 See Text::Template::Simple::Caller for more information.
32
34 Burak Gursoy <burak@cpan.org>.
35
37 Copyright 2004 - 2016 Burak Gursoy. All rights reserved.
38
40 This library is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself, either Perl version 5.24.0 or, at
42 your option, any later version of Perl 5 you may have available.
43
44
45
46perl v5.28.0 2018-07-15 Text::Template::Simple::Dummy(3)