• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Apr-201417

args.tH A D24-Apr-20142.4 KiB

assert.tH A D24-Apr-20142.5 KiB

base.tH A D24-Apr-20143.6 KiB

binop.tH A D24-Apr-20144.8 KiB

block.tH A D24-Apr-20142.7 KiB

blocks.tH A D24-Apr-20142.2 KiB

capture.tH A D24-Apr-20141.6 KiB

case.tH A D24-Apr-20141.5 KiB

cgi.tH A D24-Apr-20142 KiB

chomp.tH A D24-Apr-20147.7 KiB

compile1.tH A D24-Apr-20142.1 KiB

compile2.tH A D24-Apr-20142.7 KiB

compile3.tH A D24-Apr-20143.7 KiB

compile4.tH A D24-Apr-20142.4 KiB

compile5.tH A D24-Apr-20143.3 KiB

config.tH A D24-Apr-20146.5 KiB

constants.tH A D24-Apr-20145.1 KiB

context.tH A D24-Apr-20145.9 KiB

datafile.tH A D24-Apr-20141.6 KiB

date.tH A D24-Apr-20146.5 KiB

debug.tH A D24-Apr-20143.9 KiB

directive.tH A D24-Apr-20144.8 KiB

directry.tH A D24-Apr-20145.5 KiB

document.tH A D24-Apr-20143.6 KiB

dumper.tH A D24-Apr-20141.3 KiB

error.tH A D24-Apr-2014949

evalperl.tH A D24-Apr-20143.7 KiB

exception.tH A D24-Apr-20141.5 KiB

factory.tH A D24-Apr-20141.4 KiB

file.tH A D24-Apr-20142.9 KiB

fileline.tH A D24-Apr-20143 KiB

filter.tH A D24-Apr-201417.2 KiB

foreach.tH A D24-Apr-201410.3 KiB

format.tH A D24-Apr-20141.8 KiB

html.tH A D24-Apr-20142.5 KiB

image.tH A D24-Apr-20142.2 KiB

include.tH A D24-Apr-20146 KiB

iterator.tH A D24-Apr-20143.7 KiB

leak.tH A D24-Apr-20145 KiB

lib/H24-Apr-20143

list.tH A D24-Apr-20144.4 KiB

macro.tH A D24-Apr-20142.9 KiB

math.tH A D24-Apr-20141.2 KiB

object.tH A D24-Apr-20147.2 KiB

output.tH A D24-Apr-20142.7 KiB

parser.tH A D24-Apr-20144.7 KiB

plugins.tH A D24-Apr-20146.1 KiB

plusfile.tH A D24-Apr-20141.9 KiB

pod.tH A D24-Apr-20142 KiB

prefix.tH A D24-Apr-20141.5 KiB

proc.tH A D24-Apr-2014867

process.tH A D24-Apr-20141.9 KiB

provider.tH A D24-Apr-201411.1 KiB

READMEH A D24-Apr-20143.1 KiB

ref.tH A D24-Apr-20141.6 KiB

scalar.tH A D24-Apr-20142.6 KiB

service.tH A D24-Apr-20145.1 KiB

skel.tH A D24-Apr-2014943

stash-xs-unicode.tH A D24-Apr-20141.8 KiB

stash-xs.tH A D24-Apr-20148.2 KiB

stash.tH A D24-Apr-20147.9 KiB

stashc.tH A D24-Apr-20141.6 KiB

stop.tH A D24-Apr-20142.5 KiB

strcat.tH A D24-Apr-2014754

strict.tH A D24-Apr-20141.5 KiB

string.tH A D24-Apr-20147.4 KiB

switch.tH A D24-Apr-20143.8 KiB

table.tH A D24-Apr-20142.7 KiB

tags.tH A D24-Apr-20143.4 KiB

template.tH A D24-Apr-20141.5 KiB

test/H24-Apr-20148

text.tH A D24-Apr-20142.9 KiB

throw.tH A D24-Apr-20141.9 KiB

tiedhash.tH A D24-Apr-20145 KiB

try.tH A D24-Apr-20149.8 KiB

unicode.tH A D24-Apr-20144.6 KiB

url.tH A D24-Apr-20143.9 KiB

url2.tH A D24-Apr-20143.7 KiB

vars.tH A D24-Apr-201411.1 KiB

varsv1.tH A D24-Apr-20149 KiB

view.tH A D24-Apr-201417.4 KiB

vmethods/H24-Apr-20146

while.tH A D24-Apr-20143.2 KiB

wrap.tH A D24-Apr-20142.6 KiB

wrapper.tH A D24-Apr-20143.9 KiB

zz-pmv.tH A D24-Apr-20141.1 KiB

zz-pod-coverage.tH A D24-Apr-20141.6 KiB

zz-pod-kwalitee.tH A D24-Apr-2014779

zz-stash-xs-leak.tH A D24-Apr-20141.4 KiB

README

1Script          Testing
2-----------------------------------------------------------------------------
3args.t          Passing positional and named arguments to code/object methods
4autoform.t      Autoformat plugin (Template::Plugin::Autoformat)
5base.t          Template::Base.pm module
6binop.t         Binary operators
7block.t         BLOCK definition
8capture.t       Capture directive output and assign to a variable
9case.t          CASE option to switch case sensitivity
10cgi.t           CGI plugin (Template::Plugin::CGI)
11compile1.t      Compile templates to Perl code and save to file
12compile2.t      Reload above compiled templates without re-parsing
13compile3.t      Ensure that touching source template causes re-compilation 
14compile4.t      Compiling templates to a COMPILE_DIR
15compile5.t      Reload templates from a COMPILE_DIR
16config.t        Template::Config factory module
17context.t       Template::Context module
18datafile.t      Datafile plugin (Template::Plugin::Datafile)
19date.t          Date plugin (Template::Plugin::Date)
20dbi.t           DBI plugin (Template::Plugin::DBI)
21directive.t     Directive layout, chomping, comments, etc.
22document.t      Template::Document module
23dom.t           XML::DOM plugin (Template::Plugin::XML::DOM)
24dumper.t        Data::Dumper plugin (Template::Plugin::Data::Dumper)
25error.t         Test that errors are reported back to caller as exceptions
26evalperl.t      Evaluation of PERL and RAWPERL blocks
27exception.t     Template::Exception module
28filter.t        FILTER directive and various filters
29foreach.t       FOREACH directive
30format.t        Format plugin (Template::Plugin::Format)
31include.t       INCLUDE and PROCESS directive
32iterator.t      Template::Iterator and Iterator plugin modules
33list.t          List definition and access via various methods
34macro.t         MACRO directive
35object.t        Binding objects to template variables
36output.t        OUTPUT_PATH and OUTPUT options
37parser.t        Template::Parser module
38plugins.t       Template::Plugins provider module (incomplete)
39process.t       PRE_PROCESS, PROCESS and POST_PROCESS options
40provider.t      Template::Provider module
41ref.t           Test the \ reference operator (currently undocumented)
42rss.t           XML::RSS plugin (Template::Plugin::XML::RSS)
43service.t       Template::Service module
44skel.t          Skeleton test file.  Copy and edit to create your own tests.
45stash.t         Template::Stash module
46stop.t          STOP directive and throwing 'stop' exception
47switch.t        SWITCH / CASE directives
48table.t         Table plugin (Template::Plugin::Table)
49tags.t          TAGS directive
50template.t      Template front-end module
51text.t          Plain text blocks, ensuring all characters are reproducable
52try.t           TRY / THROW / CATCH / FINAL directives
53url.t           URL plugin (Template::Plugin::URL)
54vars.t          Variable usage and GET / SET / CALL / DEFAULT directives
55varsv1.t        As above, using version 1 handling of leading '$'
56vmeth.t         Virtual scalar/hash/list methods
57while.t         WHILE directive
58wrap.t          Wrap plugin (Template::Plugin::Wrap)
59wrapper.t       WRAPPER directive
60xpath.t         XML::XPath plugin (Template::Plugin::XML::XPath)
61