Ovid wrote:
package Veure::View::HTML;use Modern::Perl; use parent 'Catalyst::View::TT'; __PACKAGE__->config( TEMPLATE_CLASS => 'Template::HTML', TEMPLATE_EXTENSION => '.tt', WRAPPER => 'site/wrapper', );
However, that doesn't work because the template class is hard-coded into Catalyst::View::TT.
Patch welcome for doing that :) Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
