On 1/20/06, Jonathan <[EMAIL PROTECTED]> wrote: > Some systems are very interchangeable (like there are TAL > implementations for most languages) , others are not. > Template::Toolkit and HTML::Template are supported by most perl > frameworks , but I think Mason integration is limited. > Text::Template shouldn't be hard to extend into anything you want.
Catalyst supports both Mason and TTK. While most of the examples focus on TTK, I've been able to get Mason working on most of the examples they've provided fairly easily. There are some good examples on how to get Mason working out there with the Minimojo example if you look around and want a proven example. Jesse