forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
288 B
Text
7 lines
288 B
Text
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: http://search.cpan.org/dist/Class-Roles/
|