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