added test for new method get_all_component_services
[catagits/Catalyst-Runtime.git] / t / lib / TestAppGetAllComponentServices / View / Wobble.pm
1 package TestAppGetAllComponentServices::View::Wobble;
2 use Moose;
3 extends 'Catalyst::View';
4 __PACKAGE__->meta->make_immutable;
5 1;