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: 72679
Status: open
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: mis-parse of $$$x as special variable $$
Date: Thu, 24 Nov 2011 10:47:44 +1100
To: bug-PPI [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
PPI 1.215 parses $$$x as PPI::Document PPI::Statement PPI::Token::Magic '$$' PPI::Token::Symbol '$x' where I believe perl parses it as a double deref and on that basis I hoped to get two PPI::Token::Cast.
This issue is now being tracked on GitHub as https://github.com/adamkennedy/PPI/issues/60