Skip Menu |

This queue is for tickets about the Class-DBI-Template CPAN distribution.

Report information
The Basics
Id: 17006
Status: new
Priority: 0/
Queue: Class-DBI-Template

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

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



Subject: file error when calling render
I am getting a file error when trying to call template_render. The problem starts in Class/DBI/Template.pm on line 72. my $tmpl = $self->template_defined($which) || $which; When $self->template_defined($which) returns something the corresponding call to process should be $template->process(\$tmpl, \%vars, \$out) instead of $template->process($tmpl, \%vars, \$out)