in reply to Undefined Subroutine errors

I wonder if PPI can distinguish between a subroutine definition and a subroutine call. If so, surely Perl::Critic can be made to look for subroutines that are called but never defined. Of course, this will give lots of false positives under certain circumstances, but it would still be better to have the option to check for such things.