renamed helper_type => _helper_type
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Counter.pm
index 71965c4..6244a8a 100644 (file)
@@ -19,8 +19,7 @@ has 'method_provider' => (
 
 sub _default_default { 0 }
 sub _default_is { 'ro' }
-
-sub helper_type { 'Num' }
+sub _helper_type { 'Num' }
 
 after '_check_handles_values' => sub {
     my $self    = shift;
@@ -100,8 +99,6 @@ above. This allows for a very basic counter definition:
 
 =item B<has_method_provider>
 
-=item B<helper_type>
-
 =back
 
 =head1 PROVIDED METHODS