NAME
Tiffany::Text::MicroTemplate::Extended - Tiffany gateway for Text::MicroTemplate::Extended
SYNOPSIS
use Tiffany;
my $tiffany = Tiffany->load('Text::MicroTemplate::Extended', {include_path => ['t/tmpl']});
my $output = $tiffany->render('foo', 'john');
my $expected = "hello, john.\n";
is $output, $expected;
NOTE
This module does not support ScalarRef at ->render() method.
AUTHOR
Tokuhiro Matsuno