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


in reply to Re^3: Moose role with requirement consuming another role
in thread Moose role with requirement consuming another role

No, none of my roles are abstract base classes, they all provide additional functionality. Role::App reads the config file, creates objects based on its contents, and provides methods for fetching these objects.

Anyway, I can't see how a class which inherits from another class (or a role) could be called an abstract base class - it's not at the base. But perhaps you are using a different definition.



- Boldra