blob: 3f4222268c25c8b544c3b13246737e01b8785035 (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
WWW: https://metacpan.org/release/Class-Roles
|