Guess that's done then (except the things I forgot)..
[catagits/CatalystX-Debug-RequestHeaders.git] / t / lib / TestApp.pm
CommitLineData
4b9bbaf9 1package TestApp;
2use Moose;
3use namespace::autoclean;
4
2ab3d8c4 5use Catalyst qw/
6 +CatalystX::Debug::RequestHeaders
7/;
4b9bbaf9 8
9extends 'Catalyst';
10
11__PACKAGE__->setup;
12
131;