http://www.perlmonks.org?node_id=756135


in reply to static method checker for perl?

Using Params::Validate, you can check a sub's parameters at run time. After that, a test suite with good code coverage should ensure pretty well that you didn't fat finger a method name.