One thing I'd like to have in perl is a syntax checker that takes into account object-methods. AFAIK object methods are not checked during compile time but caught runtime. The best solution is having a good test-suite for your code, but I keep wondering if there are syntax checkers that take into account object-methods. Does anybody know if there are any? If not, I'd like to try and write one. For that I at least have to take into account inheritance and AUTOLOAD, anything else? Am I completely missing the point here?