fix links to native traits in methodproviders
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / MethodProvider / Counter.pm
index 52f43d3..fad4914 100644 (file)
@@ -2,7 +2,7 @@
 package Moose::Meta::Attribute::Native::MethodProvider::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.87';
+our $VERSION   = '0.89_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -45,7 +45,8 @@ Moose::Meta::Attribute::Native::MethodProvider::Counter
 =head1 DESCRIPTION
 
 This is a role which provides the method generators for
-L<Moose::Meta::Attribute::Trait::Native::Counter>.
+L<Moose::Meta::Attribute::Native::Trait::Counter>.  Please check there for
+documentation on what methods are provided.
 
 =head1 METHODS
 
@@ -55,20 +56,6 @@ L<Moose::Meta::Attribute::Trait::Native::Counter>.
 
 =back
 
-=head1 PROVIDED METHODS
-
-=over 4
-
-=item B<set>
-
-=item B<inc>
-
-=item B<dec>
-
-=item B<reset>
-
-=back
-
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no