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 _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
