allow under specification inside action syntax via <-
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Root.pm
CommitLineData
a0ebba1d 1use CatalystX::Declarative;
2
3controller TestApp::Controller::Root {
4 CLASS->config(namespace => '');
5
6 action base under '/' as '';
7}
8