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