Merge branch 'fix/RouteMatching.pod' of https://github.com/dim0xff/catalyst-runtime...
[catagits/Catalyst-Runtime.git] / t / lib / TestContentNegotiation.pm
CommitLineData
982d7488 1package TestContentNegotiation;
2
3use Moose;
4use Catalyst;
5
6extends 'Catalyst';
7
8__PACKAGE__->config(
9 'Controller::Root', { namespace => '' },
10);
11
12__PACKAGE__->setup;
13