Fix warning from tests. RT#75104
Tomas Doran [Tue, 13 Mar 2012 22:24:20 +0000 (22:24 +0000)]
Changes
t/lib/TestApp/Controller/Root.pm

diff --git a/Changes b/Changes
index 32ecbcf..e0af836 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+        - Fix warning from tests. RT#75104
+
 0.38   2012-02-15 20:42:00
         - Change documentation to reflect use of Moose.
         - Change documentation to highlight how to configure
index 93afc38..92105a5 100644 (file)
@@ -48,7 +48,7 @@ sub test_render : Local {
 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->{template} = 'test.tt';
 }