Skip Menu |

This queue is for tickets about the HTML-Template-Compiled-Plugin-LineBreak CPAN distribution.

Report information
The Basics
Id: 33945
Status: resolved
Priority: 0/
Queue: HTML-Template-Compiled-Plugin-LineBreak

People
Owner: HAGY [...] cpan.org
Requestors: STEFFENW [...] cpan.org
Cc:
AdminCc:

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



Subject: The template var, you escape, can be undef
change sub html_line_break { local $_ = shift; ... to sub html_line_break { local $_ = shift; defined or return; ...
Thank you for your report. I fixed it. I released version 0.0.2.