./devel/p5-Role-Tiny, Roles. Like a nouvelle cuisine portion size slice of Moose.

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 1.001005, Package name: p5-Role-Tiny-1.001005, Maintainer: pkgsrc-users

Role::Tiny is a minimalist role composition tool.

ROLE COMPOSITION

Role composition can be thought of as much more clever and meaningful
multiple inheritance. The basics of this implementation of roles is:

* If a method is already defined on a class, that method will not be
composed in from the role.
* If a method that the role "requires" to be implemented is not
implemented, role application will fail loudly.

Unlike Class::C3, where the last class inherited from "wins," role
composition is the other way around, where the class wins. If multiple
roles are applied in a single call (single with statement), then if any
of their provided methods clash, an exception is raised unless the class
provides a method since this conflict indicates a potential problem.


Required to build:
[devel/p5-Test-Simple] [devel/p5-Moose]

Master sites: (Expand)

SHA1: 7d8de8d4e9dfaba508d740adb283d7c8ad57e93b
RMD160: 679c9cdc9534c2941c69f5ace4494df3603af8d2
Filesize: 19.177 KB

Version history: (Expand)