From: Andy Grundman Date: Fri, 21 Oct 2005 20:40:59 +0000 (+0000) Subject: Fixed typo in V::TT X-Git-Tag: v0.30~62 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dccfa0ff18a9076652cc5128542e1ea2ffad2740;p=catagits%2FCatalyst-View-TT.git Fixed typo in V::TT --- diff --git a/lib/Catalyst/View/TT.pm b/lib/Catalyst/View/TT.pm index 93fad62..11b16af 100644 --- a/lib/Catalyst/View/TT.pm +++ b/lib/Catalyst/View/TT.pm @@ -275,7 +275,7 @@ sub new { # 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');