parameterized roles now available
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Parameterized.pm
index e8f7901..9a52956 100644 (file)
@@ -1,6 +1,6 @@
 use CatalystX::Declare;
 
-controller TestApp::Controller::Parameterized is mutable {
+controller TestApp::Controller::Parameterized {
     with 'TestApp::ControllerRole::Parameterized' => { message => 'foo' };
 
     action base under '/' as 'param';