X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppGetAllComponentServices%2FView%2FWobble.pm;fp=t%2Flib%2FTestAppGetAllComponentServices%2FView%2FWobble.pm;h=03ed514c23c439e9f9e63f7078cb43a0bd55cbd5;hp=0000000000000000000000000000000000000000;hb=5084877e2cbb4a0ecd44ac3dcd08b428899a72ed;hpb=add5e412d1a0b3c464c49596ed547f271c604c95 diff --git a/t/lib/TestAppGetAllComponentServices/View/Wobble.pm b/t/lib/TestAppGetAllComponentServices/View/Wobble.pm new file mode 100644 index 0000000..03ed514 --- /dev/null +++ b/t/lib/TestAppGetAllComponentServices/View/Wobble.pm @@ -0,0 +1,5 @@ +package TestAppGetAllComponentServices::View::Wobble; +use Moose; +extends 'Catalyst::View'; +__PACKAGE__->meta->make_immutable; +1;