Commit Graph

4 Commits

Author SHA1 Message Date
stephan
6c1c0a0c4f update to 0.18, ok jasper@ and sthen@ 2010-03-22 16:13:00 +00:00
stephan
8a942fc169 - update to 0.14
- style tweaks

ok sthen@ jasper@
2009-12-30 09:56:39 +00:00
stephan
5bd83decff change maintainer email address.
fixing some whitespaces into tabs while at it.

ok sthen@ and jasper@
2009-11-03 13:27:43 +00:00
jasper
696295f9d9 import p5-MooseX-Role-Parameterized 0.13
Your parameterized role consists of two new things: parameter
declarations and a role block. Parameters are declared using the
"parameter" keyword which very much resembles "has" in Moose. You can
use any option that "has" in Moose accepts. The default value for the is
option is ro as that's a very common case. Use is => 'bare' if you want
no accessor. These parameters will get their values when the consuming
class (or role) uses "with" in Moose. A parameter object will be
constructed with these values, and passed to the role block.

from Stephan A. Rickauer (MAINTAINER), with tweaks by me
2009-11-02 10:05:39 +00:00