
Template::Preprocessor::TTML - Preprocess files using the Template Toolkit from the command line.

use Template::Preprocessor::TTML;
my $obj = Template::Preprocessor::TTML->new(argv => [@ARGV]);
$obj->run()
...

Internal function for initializing the object.
Performs the processing.

Shlomi Fish, <shlomif@iglu.org.il>

Please report any bugs or feature requests to bug-template-preprocessor-ttml@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Preprocessor-TTML. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.


Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the MIT X11 License.