Skip Menu |

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

Report information
The Basics
Id: 118929
Status: new
Priority: 0/
Queue: Semi-Semicolons

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

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



Subject: Substitution term may contain regex metacharacters
The semicolon term is used as a regex without escaping metacharacters, thus leading to the following valid code: use Semi::Semicolons 'foo.'; say 1fooa say 2foob The term could be passed through quotemeta(), or this could be documented as a feature.