def28329a755f2aa8ab1a9be74581e92c175d20b
[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