karenetheridge / Template-Tiny

Template Toolkit reimplemented in as little code as possible
https://metacpan.org/release/Template-Tiny/
Other
3 stars 1 forks source link

=pod

=encoding UTF-8

=head1 NAME

Template::Tiny - Template Toolkit reimplemented in as little code as possible

=head1 VERSION

version 1.14

=head1 SYNOPSIS

my $template = Template::Tiny->new( TRIM => 1, );

Print the template results to STDOUT

$template->process( <<'END_TEMPLATE', { foo => 'World' } ); Hello [% foo %]! END_TEMPLATE

=head1 DESCRIPTION

B is a reimplementation of a subset of the functionality from L