Date: Sat, 31 Mar 2012 01:15:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Role-Tiny Makefile distinfo pkg-descr pkg-plist Message-ID: <201203310115.q2V1F0lC011476@repoman.freebsd.org>
index | next in thread | raw e-mail
sunpoet 2012-03-31 01:15:00 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Role-Tiny Makefile distinfo pkg-descr pkg-plist
Log:
- Add p5-Role-Tiny 1.000000
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 first wins. In a more complete system (see Moose)
roles are checked to see if they clash. The goal of this is to be much simpler,
hence disallowing composition of multiple roles at once.
WWW: http://search.cpan.org/dist/Role-Tiny/
Feature safe: yes
Revision Changes Path
1.4910 +1 -0 ports/devel/Makefile
1.1 +40 -0 ports/devel/p5-Role-Tiny/Makefile (new)
1.1 +2 -0 ports/devel/p5-Role-Tiny/distinfo (new)
1.1 +13 -0 ports/devel/p5-Role-Tiny/pkg-descr (new)
1.1 +6 -0 ports/devel/p5-Role-Tiny/pkg-plist (new)
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203310115.q2V1F0lC011476>
