bump version to 0.93_03
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / MethodProvider / Counter.pm
index cc9f339..d5f3cd7 100644 (file)
@@ -2,7 +2,7 @@
 package Moose::Meta::Attribute::Native::MethodProvider::Counter;
 use Moose::Role;
 
-our $VERSION   = '0.89_01';
+our $VERSION   = '0.93_03';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -45,7 +45,7 @@ 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>.  Please check there for
+L<Moose::Meta::Attribute::Native::Trait::Counter>.  Please check there for
 documentation on what methods are provided.
 
 =head1 METHODS
@@ -58,9 +58,7 @@ documentation on what methods are provided.
 
 =head1 BUGS
 
-All complex software has bugs lurking in it, and this module is no
-exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
+See L<Moose/BUGS> for details on reporting bugs.
 
 =head1 AUTHOR