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

The linter would warn if the method name could not be located in any namespace, ie.
[Thu Sep 3 10:38:06 2009] ajaxGetDRCFilesTable.cgi: subroutine call $ +drc->searchDirectory() does not refer to any defined sub. line 223
This would catch the deadly typo that gets missed during test. If I get a free moment, I'll take a look at some of the approaches proposed here to do something for our situation. Thanks for the help.

Replies are listed 'Best First'.
Re^7: linting for undefined object methods
by ikegami (Patriarch) on Sep 03, 2009 at 16:26 UTC
    Wouldn't testing coverage be simpler and find more problems.