03ed514c23c439e9f9e63f7078cb43a0bd55cbd5
[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;