Remove all references to method providers
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Array.pm
index 095f365..9a2da60 100644 (file)
@@ -82,9 +82,6 @@ array operations.
 
 =head1 PROVIDED METHODS
 
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Array>.
-
 =over 4
 
 =item B<count>
@@ -246,10 +243,6 @@ in the array.
 
 =item B<meta>
 
-=item B<method_provider>
-
-=item B<has_method_provider>
-
 =back
 
 =head1 BUGS