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=4c5e73a7f17f7669c30bbb4358023b1c41481ce1;hpb=37b7c240679cc0aa92b97335d3c33c0d67602bab;p=gitmo%2FMoose.git diff --git a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm index 4c5e73a..215169e 100644 --- a/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm +++ b/lib/Moose/AttributeHelpers/Trait/Collection/Hash.pm @@ -2,7 +2,7 @@ package Moose::AttributeHelpers::Trait::Collection::Hash; use Moose::Role; -our $VERSION = '0.84'; +our $VERSION = '0.85'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -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