On Mon, May 25, 2009 at 04:00:38PM -0700, J. Shirley wrote:
The view should just be thin templates, in that regard I would
recommend using Catalyst::View::MicroMason
(http://search.cpan.org/~jrockway/Catalyst-View-MicroMason-0.05/lib/
Catalyst/View/MicroMason.pm) which wraps Text::MicroMason (Mason
template syntax without the "framework").
The view should just be thin templates, in that regard I would
recommend using Catalyst::View::MicroMason
(http://search.cpan.org/~jrockway/Catalyst-View-MicroMason-0.05/lib/
Catalyst/View/MicroMason.pm) which wraps Text::MicroMason (Mason
template syntax without the "framework").
methods, etc., all things that are reasonable as part of a templating engine
(i.e. not web framework-related) -- MicroMason isn't really going to be
satisfactory.
hdp.