|
NAMETiffany::Text::MicroTemplate::Extended - Tiffany gateway for Text::MicroTemplate::ExtendedSYNOPSISuse 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; NOTEThis module does not support ScalarRef at ->render() method.AUTHORTokuhiro Matsuno
Visit the GSP FreeBSD Man Page Interface. |