test was trying to dispatch through TestApp, instead of TestApp::Controller::Root
[catagits/Catalyst-Runtime.git] / t / lib / TestAppComponent / V / View.pm
CommitLineData
f06ed530 1package TestAppComponent::V::View;
2use Moose;
3extends 'Catalyst::View';
4
51;