Subject: | Wrong parenthesis |
Index: lib/Catalyst/View/TT.pm
===================================================================
--- lib/Catalyst/View/TT.pm (revision 1473)
+++ lib/Catalyst/View/TT.pm (working copy)
@@ -275,7 +275,7 @@
# Template::Timer as a custom CONTEXT object, but only if we haven't
# already got a custom CONTEXT defined
- if ( $config->{TIMER} ( {
+ if ( $config->{TIMER} ) {
if ( $config->{CONTEXT} ) {
$c->log->error(
'Cannot use Template::Timer - a TT CONFIG is already defined');