remove stray semi-colon (RT #21263)
Brian Cassidy [Mon, 17 Sep 2007 02:23:15 +0000 (02:23 +0000)]
lib/Catalyst/View/TT.pm

index 88d55c9..dba688a 100644 (file)
@@ -27,7 +27,7 @@ Catalyst::View::TT - Template View Class
 
     MyApp->config(
         name     => 'MyApp',
-        root     => MyApp->path_to('root');,
+        root     => MyApp->path_to('root'),
         'View::TT' => {
             # any TT configurations items go here
             INCLUDE_PATH => [