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

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

Bug Information
Severity: Normal
Broken in:
  • 1.108
  • 1.109
Fixed in: (no value)



Subject: _INSTANCE method not defined in PPI::Statement::Sub
Hi Adam- I ran into a small bug while building Perl::Critic with recent versions of PPI: Undefined subroutine &PPI::Statement::Sub::_INSTANCE called at /home/thaljef/install/perllib/site_perl/PPI/Statement/Sub.pm line 86. I think the problem is that line 36 of PPI::Statement::Sub is: use Params::Util (); which should probably be: use Params::Util '_INSTANCE'; Have a happy new year! -Jeff