There was an error while loading. Please reload this page.
1 parent 3966e9b commit daac11aCopy full SHA for daac11a
lib/Mite/Manual/Attributes.pod
@@ -23,7 +23,10 @@ Mite::Manual::Attributes - options for defining attributes with Mite
23
lazy => false,
24
isa => 'Object',
25
coerce => false,
26
+ clone => false,
27
+ locked => false,
28
handles => { quux => 'quuux' },
29
+ handles_via => [ 'Blessed' ],
30
trigger => '_trigger_myattr',
31
);
32
0 commit comments