Add 'lazy' to two parameters to let the constructor runs first and set the applicatio...
[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