X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAttributeHelpers%2FTrait%2FCollection%2FHash.pm;h=215169e16594a885b23bf7ab6148a3396020c332;hb=a65d84556cc433d87500f6b7da6ef08321aad9e4;hp=bf1cb39d850675aef8c878c6c7a732d1ffd7d0fc;hpb=115601b633616f33337b6188362da87b4bf06090;p=gitmo%2FMoose.git diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm index bf1cb39..215169e 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm @@ -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 -=item B - =back =head1 BUGS