Guest User

Untitled

a guest
Jun 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. has arguments => (
  2. metaclass => 'Collection::List',
  3. is => 'ro',
  4. isa => 'ArrayRef',
  5. required => 1,
  6. curries => {
  7. get => { invocant => [0] },
  8. },
  9. );
Add Comment
Please, Sign In to add comment