=item I<inc>
Increments the value stored in this slot using the magical string autoincrement
-operator. Note that Perl doesn't provide analogeous behavior in C<-->, so
+operator. Note that Perl doesn't provide analogous behavior in C<-->, so
C<dec> is not available.
=item I<append> C<$string>
=head1 DESCRIPTION
This module provides a simple counter attribute, which can be
-incremented and decremeneted.
+incremented and decremented.
If your attribute definition does not include any of I<is>, I<isa>,
I<default> or I<provides> but does use the C<Counter> metaclass,