silence warning, see RT#75104
[catagits/Catalyst-View-TT.git] / t / lib / TestApp / Controller / Root.pm
index 18b61db..93afc38 100644 (file)
@@ -49,7 +49,7 @@ sub test_msg : Local {
     my ($self, $c) = @_;
     my $tmpl = $c->req->param('msg');
     
-    $c->stash->{message} = $c->view('TT::AppConfig')->render($c, \$tmpl);
+    $c->stash->{message} = $c->view('TT::Appconfig')->render($c, \$tmpl);
     $c->stash->{template} = 'test.tt';
 }