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: 40103
Status: resolved
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: gerard [...] tty.nl
Cc:
AdminCc:

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



Subject: missing dereference, length called on reference.
lib/PPI/Token/_QuoteEngine/Full.pm line 233 contains "length($string) instead of length($$string)" (see http://dev.tty.nl/gitweb.cgi?p=cpan/PPI/.git;a=blob;f=lib/PPI/Token/_QuoteEngine/Full.pm;h=89d666a415734aa6f194ecfc2a4b3a02e44957f6;hb=HEAD#l223 ) This bug has been found while working on the kurila converted code of PPI, no actual tests have been done.
also the line below should be "$self->{separator}$self->{separator}" instead of "$self->separator$self->separator"
Resolved, will appear in 1.216_01