|
NAMETiffany::Text::MicroMason - Tiffany gateway for Text::MicroMasonSYNOPSISuse Tiffany; my $tiffany = Tiffany->load('Text::MicroMason'); my $t = q{<%args>$name</%args>Hello, <% $name %>}; my $expected = 'Hello, john'; my $output = $tiffany->render(\$t, name => 'john'); is $output, $expected; AUTHORTokuhiro Matsuno
Visit the GSP FreeBSD Man Page Interface. |