1MooseX::AttributeHelperUss:e:rCoClolnetcrMtioiboousnte:eX:d:L:iPAsettrt(lr3ipDbmou)ctuemHeenltpaetriso:n:Collection::List(3pm)
2
3
4

NAME

6       MooseX::AttributeHelpers::Collection::List
7

VERSION

9       version 0.25
10

SYNOPSIS

12         package Stuff;
13         use Moose;
14         use MooseX::AttributeHelpers;
15
16         has 'options' => (
17             metaclass => 'Collection::List',
18             is        => 'ro',
19             isa       => 'ArrayRef[Int]',
20             default   => sub { [] },
21             provides  => {
22                 map  => 'map_options',
23                 grep => 'filter_options',
24             }
25         );
26

DESCRIPTION

28       This module provides an List attribute which provides a number of list
29       operations. See MooseX::AttributeHelpers::MethodProvider::List for more
30       details.
31

METHODS

33       meta
34       method_provider
35       has_method_provider
36       helper_type
37

SUPPORT

39       Bugs may be submitted through the RT bug tracker
40       <https://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-
41       AttributeHelpers> (or bug-MooseX-AttributeHelpers@rt.cpan.org
42       <mailto:bug-MooseX-AttributeHelpers@rt.cpan.org>).
43
44       There is also a mailing list available for users of this distribution,
45       at <http://lists.perl.org/list/moose.html>.
46
47       There is also an irc channel available for users of this distribution,
48       at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
49

AUTHOR

51       Stevan Little <stevan@iinteractive.com>
52
54       This software is copyright (c) 2007 by Stevan Little and Infinity
55       Interactive, Inc.
56
57       This is free software; you can redistribute it and/or modify it under
58       the same terms as the Perl 5 programming language system itself.
59
60
61
62perl v5.34.0                   Moo2s0e2X2:-:0A1t-t2r1ibuteHelpers::Collection::List(3pm)
Impressum