libmoosex-hasdefaults-perl

Moose module to default "is" to "ro" or "rw" for all attributes
  http://search.cpan.org/dist/MooseX-HasDefaults/
  0
  no reviews



Moosex::hasdefaults allows one to set a default of "ro" or "rw" for the "is" of all moose object "has" attributes, thus saving some typing.

moosex::hasdefaults is similar to, but requires less typing than, moosex::attributedefaults and moosex::attributes::curried.