mention a few more method providers in the main docs
Jesse Luehrs [Tue, 23 Jun 2009 12:45:57 +0000 (07:45 -0500)]
lib/MooseX/AttributeHelpers.pm

index 468d3b6..5bd8b64 100644 (file)
@@ -131,6 +131,10 @@ passed to the final method.
 
 Common numerical operations.
 
+=item L<String|MooseX::AttributeHelpers::String>
+
+Common methods for string operations.
+
 =item L<Counter|MooseX::AttributeHelpers::Counter>
 
 Methods for incrementing and decrementing a counter attribute.
@@ -143,6 +147,10 @@ Common methods for boolean values.
 
 Common methods for hash references.
 
+=item L<Collection::ImmutableHash|MooseX::AttributeHelpers::Collection::ImmutableHash>
+
+Common methods for inspecting hash references.
+
 =item L<Collection::Array|MooseX::AttributeHelpers::Collection::Array>
 
 Common methods for array references.