All unit tests passing with refactored stuff, documentation updated significantly.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / MethodProvider / Counter.pm
index 8a9b09d..2dce27c 100644 (file)
@@ -35,23 +35,21 @@ MooseX::AttributeHelpers::MethodProvider::Counter
 This is a role which provides the method generators for 
 L<MooseX::AttributeHelpers::Counter>.
 
-=head1 METHODS
+=head1 PROVIDED METHODS
 
 =over 4
 
-=item B<meta>
+=item I<inc>
 
-=back
+Increments the value stored in this slot by 1.
 
-=head1 PROVIDED METHODS
-
-=over 4
+=item I<dec>
 
-=item B<inc>
+Decrements the value stored in this slot by 1.
 
-=item B<dec>
+=item I<reset>
 
-=item B<reset>
+Resets the value stored in this slot to its default value.
 
 =back