1MooseX::AttributeHelperUss:e:rCoClolnetMcrotioibsouentX:e::d:AArPtretarryli(b3Dupotmce)uHmeelnpteartsi:o:nCollection::Array(3pm)
2
3
4

NAME

6       MooseX::AttributeHelpers::Collection::Array
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::Array',
18             is        => 'ro',
19             isa       => 'ArrayRef[Int]',
20             default   => sub { [] },
21             provides  => {
22                 'push' => 'add_options',
23                 'pop'  => 'remove_last_option',
24             }
25         );
26

DESCRIPTION

28       This module provides an Array attribute which provides a number of
29       array operations. See MooseX::AttributeHelpers::MethodProvider::Array
30       for more 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.32.1                  Moos2e0X2:1:-A0t1t-r2i7buteHelpers::Collection::Array(3pm)
Impressum