document handles
Justin Hunter [Sat, 26 Nov 2011 02:39:40 +0000 (21:39 -0500)]
lib/Moo.pm

index c146af8..9214507 100644 (file)
@@ -303,6 +303,22 @@ Coerce does not require C<isa> to be defined.
 
 L<Sub::Quote aware|/SUB QUOTE AWARE>
 
+=item * handles
+
+Takes a string
+
+  handles => 'Robot'
+
+Takes a list of methods
+
+ handles => [ qw( one two ) ]
+
+Takes a hashref
+
+ handles => {
+   un => 'one',
+ }
+
 =item * trigger
 
 Takes a coderef which will get called any time the attribute is set. Coderef