renamed helper_type => _helper_type
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Number.pm
index 178d275..7636655 100644 (file)
@@ -7,7 +7,7 @@ our $AUTHORITY = 'cpan:STEVAN';
 
 with 'Moose::AttributeHelpers::Trait::Base';
 
-sub helper_type { 'Num' }
+sub _helper_type { 'Num' }
 
 # NOTE:
 # we don't use the method provider for this
@@ -105,8 +105,6 @@ basic math operations.
 
 =item B<meta>
 
-=item B<helper_type>
-
 =item B<method_constructors>
 
 =back