Skip Menu |

This queue is for tickets about the MojoX-Renderer-TT CPAN distribution.

Report information
The Basics
Id: 49558
Status: resolved
Priority: 0/
Queue: MojoX-Renderer-TT

People
Owner: Nobody in particular
Requestors: stanislav.antonichev [...] gmail.com
Cc:
AdminCc:

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



Subject: patch for MojoX-Renderer-TT
Date: Wed, 9 Sep 2009 17:07:59 +0300
To: bug-MojoX-Renderer-TT [...] rt.cpan.org
From: Stanislav Antonichev <stanislav.antonichev [...] gmail.com>
Hello, please apply this patch to the MojoX::Renderer::TT, and it will work with the latest mojo ** 13c13 < __PACKAGE__->attr('tt', chained => 1); --- Show quoted text
> __PACKAGE__->attr('tt' => 'build');
53,55c53,54 < my ($self, $renderer, $c, $output) = @_; < < my $template_path = $c->stash->{template}; --- Show quoted text
> my ($self, $renderer, $c, $output, $options) = @_; > my $template_path = $options->{template};
Best regards, Stanislav Antonichev.
Subject: Re: [rt.cpan.org #49558] patch for MojoX-Renderer-TT
Date: Wed, 9 Sep 2009 22:55:06 -0700
To: bug-MojoX-Renderer-TT [...] rt.cpan.org
From: Ask Bjørn Hansen <ask [...] perl.org>
On Sep 9, 2009, at 7:08, Stanislav Antonichev via RT wrote: Hi, In the future please use unified patches (diff -u). Anyway - I just released 0.30 with a similar change. http://git.develooper.com/?p=MojoX-Renderer-TT.git;a=summary
Fixed long long long ago.