All unit tests passing with refactored stuff, documentation updated significantly.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / MethodProvider / Bag.pm
index 2bc0daa..6ea512f 100644 (file)
@@ -34,42 +34,25 @@ MooseX::AttributeHelpers::MethodProvider::Bag
 =head1 DESCRIPTION
 
 This is a role which provides the method generators for
-L<MooseX::AttributeHelpers::Collection::Bag>.
-
-This role is composed from the 
-L<MooseX::AttributeHelpers::Collection::ImmutableHash> role.
-
-=head1 METHODS
-
-=over 4
-
-=item B<meta>
-
-=back
+L<MooseX::AttributeHelpers::Collection::Bag>.  It also consumes 
+L<MooseX::AttributeHelpers::Collection::ImmutableHash>, and thus provides all
+of its methods asw well.
 
 =head1 PROVIDED METHODS
 
 =over 4
 
-=item B<count>
-
 =item B<delete>
 
-=item B<empty>
-
-=item B<exists>
-
-=item B<get>
-
-=item B<keys>
+Remove the supplied key from the bag.
 
 =item B<add>
 
-=item B<reset>
+Adds one to the value stored at the supplied key.
 
-=item B<values>
+=item B<reset>
 
-=item B<kv>
+Sets the value at the supplied key to zero.
 
 =back