NAME
Template::Reverse::Converter::TT2 - Convert parts to TT2 format simply
VERSION
version 0.04
SYNOPSIS
package Template::Reverse::Converter::TT2;
my $tt2 = Template::Reverse::Converter::TT2->new;
$tt2->Convert([[['pretext'],['posttext']]]);
AUTHOR
HyeonSeung Kim <sng2nara@hanmail.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by HyeonSeung Kim.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.