Tweak devel/racer version 2.1.31
[dports.git] / devel / p5-Data-Object-Role-Arguable / pkg-descr
1 Data::Object::Role::Arguable provides a mechanism for unpacking an argument list
2 and creating a data structure suitable for passing to the consumer constructor.
3 The argslist routine should return a list of attribute names in the order to be
4 parsed. An attribute name maybe prefixed with "@" to denote that all remaining
5 items should be assigned to an arrayref, e.g. @options, or "%" to denote that
6 all remaining items should be assigned to a hashref, e.g. %options.
7
8 WWW: https://metacpan.org/release/Data-Object-Role-Arguable