Merge branch 'patch-1' of https://github.com/maqnouch/catalyst-runtime into maqnouch...
[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