[Catalyst] Re: template comparison
Perrin Harkins
perrin at elem.com
Mon Oct 30 20:10:10 GMT 2006
On Sun, 2006-10-29 at 18:05 +0000, Jon Warbrick wrote:
> If considering Mason as a templating language for Catalyst, it's worth
> looking at Text::MicroMason (and Catalyst::View::MicroMason).
Agreed. Mason is not just a templating system but rather a full web
development framework, and you will have no use for most of the code
it's loading if all you want is templates. You could also look at other
in-line perl solutions like the Embperl view modules (there are two of
them). It would be easy to make one for Text::Template as well, if you
prefer it, but no one seems to have made one yet.
- Perrin
More information about the Catalyst
mailing list