Skip Menu |

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

Report information
The Basics
Id: 51183
Status: new
Priority: 0/
Queue: Apache-Template

People
Owner: Nobody in particular
Requestors: bitcard [...] lukiepoo.com
Cc:
AdminCc:

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



Subject: Fails to print error messages
Syntax error resets $template variable, and does not log error messages when template fails to run. diff -r Apache-Template-2.00_01/lib/Template/Service/Apache.pm Apache-Template-2.00_01-errmsg/lib/Template/Service/Apache.pm 88,89c88 < < if ($template = $self->{ ERROR }) { --- Show quoted text
> if ($template == $self->{ ERROR }) {