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

People
Owner: Nobody in particular
Requestors: jgangemi [...] gmail.com
Cc:
AdminCc:

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



Subject: calling length() on PPI::Token gives error
i get the following error when i call length() on a PPI::Token object: Undefined subroutine &CORE::length called at /Library/Perl/5.8.8/PPI/Token.pm line 156. a quick look at the sourced shows the call being made like this: &CORE::length(...); the & needs to be dropped from the beginning of the statement.
Fixed in SVN. This will be correct in the next release. Thanks!