fixed bug where setup wasn't called without plugins
[catagits/CatalystX-Declare.git] / t / lib / PlainTestApp / Controller / Root.pm
1 use CatalystX::Declare;
2
3 controller PlainTestApp::Controller::Root {
4
5     final action foo under '/' { $ctx->response->body('foo') }
6 }