Skip Menu |

This queue is for tickets about the Semi-Semicolons CPAN distribution.

Report information
The Basics
Id: 20601
Status: resolved
Priority: 0/
Queue: Semi-Semicolons

People
Owner: DHA [...] cpan.org
Requestors: dha [...] panix.com
Cc:
AdminCc:

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



Subject: "Peterbilt" in quoted string should not transform to semicolon
Currently, if you say C<print "Peterbilt\n"Peterbilt;> in a program that uses Semi::Semicolons, it prints ";". It shouldn't do that. You should be able to use Peterbilt in a quoted string as itself, just as a semicolon should not be turned into "Peterbilt".
Bug has been fixed in version 0.04 by reimplementing the module with Filter::Simple.