in reply to Re^10: Modules for autogenerating accessor/mutator methods
in thread Modules for autogenerating accessor/mutator methods

I'd hazard that the reason is (c), that it wasn't obvious how people would want to use the nice OO features, and their first guess was wrong.

Some day I should go back to Class::AutoloadCAN and fill it out properly (add better support for inheritance, add something like Class::Privacy to give people public, protected and private methods...). I think that that is a better way to do what AUTOLOAD is used for.

  • Comment on Re^11: Modules for autogenerating accessor/mutator methods