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