Description
Perl modules can use a small role-composition system without pulling in the full Moose stack. This is useful for sharing behavior between classes while keeping dependencies and startup cost low.
It is a developer library. Users usually install it because another Perl module uses Role::Tiny to structure its internal object model.