some more small doc improvements for native traits
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Code.pm
index b1333cf..360c866 100644 (file)
@@ -44,7 +44,12 @@ Moose::Meta::Attribute::Native::Trait::Code - Helper trait for Code attributes
 
 =head1 DESCRIPTION
 
-This provides operations on coderef attributes.
+This trait provides native delegation methods for code references.
+
+=head1 DEFAULT TYPE
+
+If you don't provide an C<isa> value for your attribute, it will default to
+C<CodeRef>.
 
 =head1 PROVIDED METHODS