1MooseX::AttributeHelperUMsso:eo:rsCeoCXlo:ln:etAcrttitibrouintb:eu:dtIemPHmeeurltlpaebDrlosec:Hu:amCseohnl(tl3aeptcmit)oinon::ImmutableHash(3pm)
2
3
4
6 MooseX::AttributeHelpers::Collection::ImmutableHash
7
9 version 0.25
10
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
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
35 meta
36 method_provider
37 has_method_provider
38 helper_type
39
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
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.34.0 MooseX::Attr2i0b2u2t-e0H1e-l2p1ers::Collection::ImmutableHash(3pm)