mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
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.
|