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

NAME

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

DESCRIPTION

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

METHODS

15       reduce
16       zip
17       meta
18

REQUIRED METHODS

20       head
21       tail
22       join
23       length
24       map
25       grep
26       reverse
27       sort
28

BUGS

30       All complex software has bugs lurking in it, and this module is no
31       exception. If you find a bug please either email me, or add the bug to
32       cpan-RT.
33

AUTHOR

35       Stevan Little <stevan@iinteractive.com>
36
38       Copyright 2006-2008 by Infinity Interactive, Inc.
39
40       <http://www.iinteractive.com>
41
42       This library is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45
46
47perl v5.12.2                      2010-04-23           Moose::Autobox::List(3)
Impressum