canged prereq for D:D to ensure fix of method call issue
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Root.pm
CommitLineData
9c11a562 1use CatalystX::Declare;
a0ebba1d 2
3controller TestApp::Controller::Root {
5a494dae 4 CLASS->config(namespace => '');
a0ebba1d 5
6 action base under '/' as '';
7}
8