mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
37aa89307a
Perl6). PR: ports/63125 Submitted by: Alex Kapranoff <kappa@freebsd.org.ua>
8 lines
288 B
Plaintext
8 lines
288 B
Plaintext
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/
|