Remove register_implementation, warn about future deprecation
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Trait / Collection / Hash.pm
index c0867c4..34025ed 100644 (file)
@@ -21,14 +21,6 @@ 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 {
-    'MooseX::AttributeHelpers::Trait::Collection::Hash'
-}
-
-
 1;
 
 __END__