I have given Module::Template::Setup some thought and I have concluded that CGI::FastTemplate (my favorite templating module) is not quite the right thing for Module::Template::Setup.
The problem is that is works with $placeholder
Which means that is works great for HTML, XML and other things but not Perl code templates. The problem is conflicts between placeholders and Perl scalars.
Does anybody else have a suggestion for a good, simple, filebased template system or should I write my own? I actually never wrote a complete templating system, maybe I should, it would probably do me good and maybe I could learn something...
What he said (↑).
Also