Merge branch 'dim0xff-fix/RouteMatching.pod' into orpington
[catagits/Catalyst-Runtime.git] / t / lib / TestDataHandlers.pm
CommitLineData
e2aa4a21 1package TestDataHandlers;
2
3use Catalyst;
4
5__PACKAGE__->config(
6 'Controller::Root', { namespace => '' }
7);
8
9__PACKAGE__->setup;