renamed helper_type => _helper_type
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Bool.pm
index c4e4223..17d0f74 100644 (file)
@@ -8,9 +8,8 @@ our $AUTHORITY = 'cpan:STEVAN';
 
 with 'Moose::AttributeHelpers::Trait::Base';
 
-sub helper_type { 'Bool' }
-
 sub _default_is { 'rw' }
+sub _helper_type { 'Bool' }
 
 # NOTE:
 # we don't use the method provider for this
@@ -76,8 +75,6 @@ basic math operations.
 
 =item B<meta>
 
-=item B<helper_type>
-
 =item B<method_constructors>
 
 =item B<has_method_provider>