Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 9582
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: PPI

People
Owner: adamk [...] cpan.org
Requestors: cpan [...] ali.as
Cc:
AdminCc:

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



Subject: Tokenizer Bug: C< sub y { } # Comment >
Code Sample: sub y { } # Comment y { } ... is interprated as a transliteration and the tokenizer barfs at the # because it isn't a brace All word-like operatoris, that's all the regex, quote, and/or etc all have to behave like normal words when they immediately follow the word "sub".