Add 'lazy' to two parameters to let the constructor runs first and set the applicatio...
[catagits/Catalyst-Runtime.git] / t / lib / TestFromPSGI.pm
1 package TestFromPSGI;
2
3 use Moose;
4 use Catalyst;
5
6 __PACKAGE__->config(
7   'Controller::Root', { namespace => '' },
8   use_hash_multivalue_in_request => 1,
9 );
10
11 __PACKAGE__->setup;
12