silence warnings in tests
[catagits/Catalyst-Runtime.git] / t / lib / TestDataHandlers / Controller / Root.pm
index 3aa45f4..f079a0f 100644 (file)
@@ -2,6 +2,8 @@ package TestDataHandlers::Controller::Root;
 
 use base 'Catalyst::Controller';
 
+sub root :Path('/') {}
+
 sub test_json :Local {
     my ($self, $c) = @_;
     $c->res->body($c->req->body_data->{message});