1Moose::Autobox::List(3)User Contributed Perl DocumentatioMnoose::Autobox::List(3)
2
3
4

NAME

6       Moose::Autobox::List - the List role
7

VERSION

9       version 0.16
10

DESCRIPTION

12       This is a role to describes a List interface. This is not meant to be
13       any specific Perl type, but instead an interface that certain Perl
14       types might implement. Currently only Moose::Autobox::Array implements
15       this.
16

METHODS

18       "reduce"
19       "zip"
20       "meta"
21

REQUIRED METHODS

23       "head"
24       "tail"
25       "join"
26       "length"
27       "map"
28       "grep"
29       "reverse"
30       "sort"
31

SUPPORT

33       Bugs may be submitted through the RT bug tracker
34       <https://rt.cpan.org/Public/Dist/Display.html?Name=Moose-Autobox> (or
35       bug-Moose-Autobox@rt.cpan.org <mailto:bug-Moose-Autobox@rt.cpan.org>).
36
37       There is also a mailing list available for users of this distribution,
38       at <http://lists.perl.org/list/moose.html>.
39
40       There is also an irc channel available for users of this distribution,
41       at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
42

AUTHOR

44       Stevan Little <stevan.little@iinteractive.com>
45
47       This software is copyright (c) 2006 by Infinity Interactive, Inc.
48
49       This is free software; you can redistribute it and/or modify it under
50       the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.32.1                      2021-01-27           Moose::Autobox::List(3)
Impressum