in reply to Re: •Re: RFC: Class::DispatchToAll
in thread RFC: Class::DispatchToAll

OK, that problem is solved by NEXT, and discipline. It's the responsibility when you want to extend, rather than override, to call your parent method. Particularly with DESTROY.

So I still haven't seen a place where calling all of the methods blindly is useful or maintainable.

-- Randal L. Schwartz, Perl hacker

  • Comment on •Re: Re: •Re: RFC: Class::DispatchToAll