Skip Menu |

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

Report information
The Basics
Id: 125819
Status: new
Priority: 0/
Queue: Template-Like

People
Owner: Nobody in particular
Requestors: djerius [...] cpan.org
Cc:
AdminCc:

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



Subject: backslashes are not properly handled
Hi, Backslashes in the template are being processed rather than passed through to the output string. here's an example: Template::Like->new->process( \q[\\\\], { }, \(my $output) ); print $output, "\n"; The output is \ It should be \\ Thanks, Diab