All unit tests passing with refactored stuff, documentation updated significantly.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers.pm
index 094248f..041edb6 100644 (file)
@@ -76,6 +76,10 @@ Common numerical operations.
 
 Methods for incrementing and decrementing a counter attribute.
 
+=item L<String|MooseX::AttributeHelpers::String>
+
+Common string operations.
+
 =item L<Collection::Hash|MooseX::AttributeHelpers::Collection::Hash>
 
 Common methods for hash references.
@@ -88,6 +92,14 @@ Common methods for array references.
 
 Common list methods for array references. 
 
+=item L<Collection::Bag|MooseX::AttributeHelpers::Collection::Bag>
+
+Mathematical bags.
+
+=item L<Collection::ImmutableHash|MooseX::AttributeHelpers::Collection::ImmutableHash>
+
+Hashes with no change methods.
+
 =back
 
 =head1 CAVEAT