Merge branch 'check_return_of_write_to_psgi_input' of https://github.com/billmoseley...
[catagits/Catalyst-Runtime.git] / t / lib / TestDataHandlers.pm
1 package TestDataHandlers;
2
3 use Catalyst;
4
5 __PACKAGE__->config(
6   'Controller::Root', { namespace => '' }
7 );
8
9 __PACKAGE__->setup;