Composite now implemented.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers.pm
index 041edb6..8434aeb 100644 (file)
@@ -1,9 +1,10 @@
-
 package MooseX::AttributeHelpers;
 
 our $VERSION   = '0.08';
 our $AUTHORITY = 'cpan:STEVAN';
 
+use MooseX::AttributeHelpers::Composite;
+
 use MooseX::AttributeHelpers::Meta::Method::Provided;
 
 use MooseX::AttributeHelpers::Counter;
@@ -102,6 +103,12 @@ Hashes with no change methods.
 
 =back
 
+=head1 COMPOSITE
+
+The methods provided by the above methods can be selectively composed with the
+metaclass L<Composite|MooseX::AttributeHelpers::Composite>, which is also
+available in L<Trait|MooseX::AttributeHelpers::Composite::Trait> form.
+
 =head1 CAVEAT
 
 This is an early release of this module. Right now it is in great need