blob: 7bc6f30db491e7b21fd19e33acbf3b5bd176ad6e (
plain) (
blame)
1
2
3
4
5
|
Class::Roles provides a Perl 5 implementation of Perl 6 roles.
Roles are named collections of reusable behavior. They provide a
mechanism to mark that a class performs certain behaviors and to reuse
the code that performs those behaviors.
|