Merge branch 'pr/157' into release-candidates/rc-5.90116
[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;