Merge branch 'patch-1' of https://github.com/maqnouch/catalyst-runtime into maqnouch...
[catagits/Catalyst-Runtime.git] / t / lib / TestContentNegotiation.pm
1 package TestContentNegotiation;
2
3 use Moose;
4 use Catalyst;
5
6 extends 'Catalyst';
7
8 __PACKAGE__->config(
9   'Controller::Root', { namespace => '' },
10 );
11
12 __PACKAGE__->setup;
13