38790dc341
NetBSD Packages Collection. The Perl 5 module MooseX::Attributes::Curried lets you define curried versions of "has" in Moose. If many of your attributes share the same options, especially across multiple classes, then you can refactor those options away into a curried has.
4 lines
246 B
Text
4 lines
246 B
Text
The Perl 5 module MooseX::Attributes::Curried lets you define curried
|
|
versions of "has" in Moose. If many of your attributes share the
|
|
same options, especially across multiple classes, then you can
|
|
refactor those options away into a curried has.
|