renamed helper_type => _helper_type
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Collection / Bag.pm
index 3f96d08..d6adc43 100644 (file)
@@ -20,7 +20,7 @@ has 'method_provider' => (
 
 subtype 'Bag' => as 'HashRef[Int]';
 
-sub helper_type { 'Bag' }
+sub _helper_type { 'Bag' }
 
 sub _default_default { sub { {} } }
 
@@ -79,10 +79,6 @@ for more details.
 
 =item B<has_method_provider>
 
-=item B<helper_type>
-
-=item B<process_options_for_handles>
-
 =back
 
 =head1 BUGS