freebsd-ports/devel/p5-Class-Roles/pkg-descr
Vanilla I. Shu 37aa89307a Add p5-Class-Roles 0.30, provides a role-based system of OOP (emulates
Perl6).

PR:		ports/63125
Submitted by:	Alex Kapranoff <kappa@freebsd.org.ua>
2004-03-21 02:22:05 +00:00

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/