from psgi res tests working
[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 );
9
10 __PACKAGE__->setup;
11