Remove register_implementation, warn about future deprecation
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Trait / Collection / List.pm
index 97c6e3d..bd8bf63 100644 (file)
@@ -21,14 +21,6 @@ sub helper_type { 'ArrayRef' }
 
 no Moose::Role;
 
-# register the alias ...
-package # hide me from search.cpan.org
-    Moose::Meta::Attribute::Custom::Trait::Collection::List;
-sub register_implementation {
-    'MooseX::AttributeHelpers::Trait::Collection::List'
-}
-
-
 1;
 
 __END__