diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-11-27 00:00:54 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-11-27 00:00:54 +0000 |
commit | 716fa524a580f1bc90ceeb909c638c4682049ce1 (patch) | |
tree | 9685b7b97bafdb4da03d9f53c3404a496621af53 /devel/Makefile | |
parent | 4a4584b16c3d447900cecd4de341fb7f5845e0f8 (diff) |
Sometimes you want roles. You're not sure about Moose, Mouse, Moo and
what was that damned Squirrel thing anyway? Then there's Class::Trait,
but it has a funky syntax and the maintainer's deprecated it in favor
of Moose::Role and you really don't care that it handles overloading,
instance application or has a workaround for the SUPER:: bug. You
think a meta-object protocol sounds nifty, but you don't understand
it. Maybe you're not sure you want the syntactic sugar for object
declaration. Maybe you've convinced your colleagues that roles are a
good idea but they're leery of dragging in Moose (your author has had
this happen more than once and heard of others making the same
complaint). Sometimes you just want good old-fashioned roles which let
you separate class responsibility from code reuse.
WWW: http://search.cpan.org/dist/Role-Basic/
Notes
Notes:
svn path=/head/; revision=334982
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ca50a6930d69..55d4afc4949a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2596,6 +2596,7 @@ SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-Value + SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny |