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

People
Owner: Nobody in particular
Requestors: leslie.howard [...] bankofamerica.com
Cc:
AdminCc:

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



Subject: PPI::Statement::Sub.pm fix to use Params::Util line to resolve _INSTANCE error
When using PPI (through Perl::Critic) I got the following error: Undefined subroutine &PPI::Statement::Sub::_INSTANCE called at ../lib/site_perl/5.8.6/PPI/Statement/Sub.pm line 86. I resolved the problem by changing the "use Params::Util" line in Sub.pm from: use Params::Util (); to: use Params::Util '_INSTANCE'; Les