04294ce0eba87ea2429e0cb5123852956309f47a
[catagits/Catalyst-Runtime.git] / t / lib / TestAppGetAllComponentServices / View / Wubble.pm
1 package TestAppGetAllComponentServices::View::Wubble;
2 use Moose;
3 extends 'Catalyst::View';
4 __PACKAGE__->meta->make_immutable;
5 1;