-d and --debug work for me
[catagits/Catalyst-Runtime.git] / t / TestApp / lib / TestApp / Controller / Root.pm
index 0b3a3b4..bf6e1f4 100644 (file)
@@ -42,7 +42,7 @@ sub default :Path {
 sub test : Local {
   my ($self, $c) = @_;
   
-  $c->res->body("herro!!");
+  $c->res->body("herro!");
 }
 
 =head2 end