
Catalyst::View::TT::Filters::LazyLoader - TT View Class with Template::Filters::LazyLoader support.

package MyApp::View::TT;
use strict;
use base 'Catalyst::View::TT::Filters::LazyLoader';
__PACKAGE__->config({
FILTERS_LAZYLOADER => {
pkg => 'MyApp::TTFilters',
},
});

TT View Class with Template::Filters::LazyLoader support.

this class override new().


Tomohiro Teranishi <tomohiro.teranishi@gmail.com>