X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestContentNegotiation.pm;fp=t%2Flib%2FTestContentNegotiation.pm;h=e126dcd6b1d1121e032e697af2d7d31c2d08d778;hp=0000000000000000000000000000000000000000;hb=982d7488f79d1c7c489e8e84e1556e22132c0a3d;hpb=e72a3cd6e12d8b9594dcfdddf13c1fbabdffb900 diff --git a/t/lib/TestContentNegotiation.pm b/t/lib/TestContentNegotiation.pm new file mode 100644 index 0000000..e126dcd --- /dev/null +++ b/t/lib/TestContentNegotiation.pm @@ -0,0 +1,13 @@ +package TestContentNegotiation; + +use Moose; +use Catalyst; + +extends 'Catalyst'; + +__PACKAGE__->config( + 'Controller::Root', { namespace => '' }, +); + +__PACKAGE__->setup; +