|
NAMETiffany::Text::Xslate - Tiffany gateway for Text::XslateSYNOPSISuse Tiffany; my $tiffany = Tiffany->load('Text::Xslate', {syntax => 'TTerse'}); my $output = $tiffany->render(\q{hello, [% name %].}, {name => 'john'}); my $expected = "hello, john."; is $output, $expected; AUTHORTokuhiro Matsuno
Visit the GSP FreeBSD Man Page Interface. |