in reply to Re^2: linting for undefined object methods
in thread linting for undefined object methods

Thanks for explaining the "corner cases".

Maybe I should write a plugin for Lint for this sort of situation.

Maybe you should consider to have a look into PPI for static parsing and/or B::Xref and something like B::Concise for parsing after compilation.

Cheers Rolf

UPDATET distinction between static and compilation parsing

  • Comment on Re^3: linting for undefined object methods