comment cleanup in AH code
[gitmo/Moose.git] / lib / Moose / AttributeHelpers / Trait / Collection / Hash.pm
index bf1cb39..215169e 100644 (file)
@@ -17,11 +17,10 @@ has 'method_provider' => (
     default   => 'Moose::AttributeHelpers::MethodProvider::Hash'
 );
 
-sub helper_type { 'HashRef' }
+sub _helper_type { 'HashRef' }
 
 no Moose::Role;
 
-# register the alias ...
 package # hide me from search.cpan.org
     Moose::Meta::Attribute::Custom::Trait::Collection::Hash;
 sub register_implementation {
@@ -75,8 +74,6 @@ for more details.
 
 =item B<has_method_provider>
 
-=item B<helper_type>
-
 =back
 
 =head1 BUGS