opnsense-ports/devel/p5-Class-Roles/pkg-descr
2022-09-07 22:33:21 +02:00

5 lines
241 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.