Commit Graph

4 Commits

Author SHA1 Message Date
jasper
969e1a7b46 - update p5-Module-With-Too-Long-Name to 0.19
ok stephan@ (MAINTAINER)
2010-10-18 08:08:40 +00:00
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
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