Add a couple of missing package descriptions.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / MethodProvider / Bool.pm
index f9b1825..68f32ad 100644 (file)
@@ -2,7 +2,7 @@
 package Moose::Meta::Attribute::Native::MethodProvider::Bool;
 use Moose::Role;
 
-our $VERSION   = '0.87';
+our $VERSION   = '0.95';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -34,12 +34,13 @@ __END__
 
 =head1 NAME
 
-Moose::Meta::Attribute::Native::MethodProvider::Bool
+Moose::Meta::Attribute::Native::MethodProvider::Bool - role providing method generators for Bool trait
 
 =head1 DESCRIPTION
 
 This is a role which provides the method generators for
-L<Moose::Meta::Attribute::Trait::Native::Bool>.
+L<Moose::Meta::Attribute::Native::Trait::Bool>. Please check there for
+documentation on what methods are provided.
 
 =head1 METHODS
 
@@ -49,25 +50,9 @@ L<Moose::Meta::Attribute::Trait::Native::Bool>.
 
 =back
 
-=head1 PROVIDED METHODS
-
-=over 4
-
-=item B<set>
-
-=item B<unset>
-
-=item B<toggle>
-
-=item B<not>
-
-=back
-
 =head1 BUGS
 
-All complex software has bugs lurking in it, and this module is no
-exception. If you find a bug please either email me, or add the bug
-to cpan-RT.
+See L<Moose/BUGS> for details on reporting bugs.
 
 =head1 AUTHOR