1MooseX::AttributeHelperUMsso:eo:rsCeoCXlo:ln:etAcrttitibrouintb:eu:dtIemPHmeeurltlpaebDrlosec:Hu:amCseohnl(tl3aeptcmit)oinon::ImmutableHash(3pm)
2
3
4

NAME

6       MooseX::AttributeHelpers::Collection::ImmutableHash
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::ImmutableHash',
18             is        => 'ro',
19             isa       => 'HashRef[Str]',
20             default   => sub { {} },
21             provides  => {
22                 'get'    => 'get_option',
23                 'empty'  => 'has_options',
24                 'keys'   => 'get_option_list',
25             }
26         );
27

DESCRIPTION

29       This module provides a immutable HashRef attribute which provides a
30       number of hash-line operations. See
31       MooseX::AttributeHelpers::MethodProvider::ImmutableHash for more
32       details.
33

METHODS

35       meta
36       method_provider
37       has_method_provider
38       helper_type
39

SUPPORT

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

AUTHOR

53       Stevan Little <stevan@iinteractive.com>
54
56       This software is copyright (c) 2007 by Stevan Little and Infinity
57       Interactive, Inc.
58
59       This is free software; you can redistribute it and/or modify it under
60       the same terms as the Perl 5 programming language system itself.
61
62
63
64perl v5.30.0          MooseX::Attr2i0b1u9t-e0H7e-l2p6ers::Collection::ImmutableHash(3pm)
Impressum