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