1MooseX::GlobRef::Role::UMseetra:C:oInntsrtiabnuctee(d3M)PoeorsleXD:o:cGulmoebnRteaft:i:oRnole::Meta::Instance(3)
2
3
4
6 MooseX::GlobRef::Role::Meta::Instance - Instance metaclass for
7 MooseX::GlobRef
8
10 Moose::Util::MetaRole::apply_metaclass_roles(
11 for_class => $caller,
12 instance_metaclass_roles =>
13 [ 'MooseX::GlobRef::Role::Meta::Instance' ],
14 );
15
17 This instance metaclass allows to store Moose object in glob reference
18 of file handle. It is applied by MooseX::GlobRef.
19
21 <<override>> create_instance() : Object
22 <<override>> clone_instance( instance : Object ) : Object
23 <<override>> get_slot_value( instance : Object, slot_name : Str ) : Any
24 <<override>> set_slot_value( instance : Object, slot_name : Str, value
25 : Any ) : Any
26 <<override>> deinitialize_slot( instance : Object, slot_name : Str ) :
27 Any
28 <<override>> is_slot_initialized( instance : Object, slot_name : Str )
29 : Bool
30 <<override>> weaken_slot_value( instance : Object, slot_name : Str )
31 <<override>> inline_create_instance( class_variable : Str ) : Str
32 <<override>> inline_slot_access( instance_variable : Str, slot_name :
33 Str ) : Str
34 The methods overridden by this class.
35
37 MooseX::GlobRef, Moose::Meta::Instance, Moose.
38
40 Piotr Roszatycki <dexter@cpan.org>
41
43 Copyright (c) 2007, 2008, 2009, 2010 Piotr Roszatycki
44 <dexter@cpan.org>.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as perl itself.
48
49 See <http://dev.perl.org/licenses/artistic.html>
50
51
52
53perl v5.32.1 2021-M0o1o-s2e7X::GlobRef::Role::Meta::Instance(3)