Remove all references to method providers
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Bool.pm
index ed9dee6..c865f73 100644 (file)
@@ -56,11 +56,6 @@ basic math operations.
 
 =head1 PROVIDED METHODS
 
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Bool>. It is important to
-note that all those methods do in place modification of the value stored in
-the attribute.
-
 =over 4
 
 =item B<set>
@@ -87,10 +82,6 @@ Equivalent of 'not C<$value>'.
 
 =item B<meta>
 
-=item B<has_method_provider>
-
-=item B<method_provider>
-
 =back
 
 =head1 BUGS