From: gfx Date: Mon, 28 Sep 2009 06:31:01 +0000 (+0900) Subject: Tweaks for pods X-Git-Tag: 0.38~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=bedd575c2018fe372304d9c03b1e9427435c9622;hp=31c5194bc6a176cec4de515163d27f174eba5c9b Tweaks for pods --- diff --git a/lib/Mouse/Meta/Attribute.pm b/lib/Mouse/Meta/Attribute.pm index 490018b..1ef8a77 100644 --- a/lib/Mouse/Meta/Attribute.pm +++ b/lib/Mouse/Meta/Attribute.pm @@ -378,7 +378,7 @@ __END__ =head1 NAME -Mouse::Meta::Attribute - attribute metaclass +Mouse::Meta::Attribute - The Mouse attribute metaclass =head1 METHODS diff --git a/lib/Mouse/Object.pm b/lib/Mouse/Object.pm index f1cd27e..ae36dd8 100644 --- a/lib/Mouse/Object.pm +++ b/lib/Mouse/Object.pm @@ -77,7 +77,7 @@ __END__ =head1 NAME -Mouse::Object - we don't need to steenkin' constructor +Mouse::Object - The base object for Mouse classes =head1 METHODS diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index 2c3bdaf..835db2a 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -332,7 +332,7 @@ __END__ =head1 NAME -Mouse::Util - features, with or without their dependencies +Mouse::Util - Features, with or without their dependencies =head1 IMPLEMENTATIONS FOR @@ -372,13 +372,7 @@ C or using C. =head1 UTILITIES FOR MOUSE -=over 4 - -=item * - -C - -=back +=head3 C =head1 SEE ALSO