in reply to •Re: Creating stub methods
in thread Creating stub methods

At the moment, I can't remember exactly what problem this solves
It solves the prototyping problem (%s() called too early to check prototype ).

Replies are listed 'Best First'.
•Re: Re: •Re: Creating stub methods
by merlyn (Sage) on Dec 29, 2003 at 18:53 UTC

      It solves the problem of method look-up by-passing your module and continuing up the inheritance tree.