setting correct return value for components
[catagits/Catalyst-Runtime.git] / t / lib / TestAppComponent / V / View.pm
CommitLineData
f06ed530 1package TestAppComponent::V::View;
2use Moose;
3extends 'Catalyst::View';
4
51;