The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package TestBlogApp::View::TT;

use Moose;

extends 'Catalyst::View::TT'; 

with qw(Catalyst::TraitFor::View::TT::ConfigPerSite);

1;