silence warning, see RT#75104
Justin Hunter [Tue, 28 Feb 2012 20:33:09 +0000 (15:33 -0500)]
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';
 }