the class used to create the TT object can now be customized
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / View / TT / ExposeMethodsSubclassed.pm
CommitLineData
1cb1d672 1package TestApp::View::TT::ExposeMethodsSubclassed;
2
3use Moose;
4extends 'TestApp::View::TT::ExposeMethods';
5
61;