Merge branch 'fix/RouteMatching.pod' of https://github.com/dim0xff/catalyst-runtime...
[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;