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.