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

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

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



Subject: Cast can trump braces in PPI::Token::Symbol->symbol()
PPI::Token::Symbol's symbol() method claims that '$$foo{bar}' makes use of %foo. Actually this is equivalent to the more normal $foo->{bar}, as B::Deparse demonstrates.
Proposed fix committed as SVN revision 13634.
This appears to be fixed in PPI 1.215. Thank you very much.
Confirmed resolved