Skip Menu |

This queue is for tickets about the Catalyst-View-TT CPAN distribution.

Report information
The Basics
Id: 15183
Status: resolved
Priority: 0/
Queue: Catalyst-View-TT

People
Owner: Nobody in particular
Requestors: m.romani [...] spinsoft.it
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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');
Date: Sat, 29 Oct 2005 00:35:17 +0200
From: Marcus Ramberg <marcus [...] thefeed.no>
To: bug-Catalyst-View-TT [...] rt.cpan.org
Subject: Re: [cpan #15183] Wrong parenthesis
RT-Send-Cc:
eh, this looks good to me in trunk.... Marcus On 10/21/05, Guest via RT <bug-Catalyst-View-TT@rt.cpan.org> wrote: Show quoted text
> > > This message about Catalyst-View-TT was sent to you by guest <> via > rt.cpan.org <http://rt.cpan.org> > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=15183 > > > 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'); >
-- With regards Marcus Ramberg