Tweaks for pods
gfx [Mon, 28 Sep 2009 06:31:01 +0000 (15:31 +0900)]
lib/Mouse/Meta/Attribute.pm
lib/Mouse/Object.pm
lib/Mouse/Util.pm

index 490018b..1ef8a77 100644 (file)
@@ -378,7 +378,7 @@ __END__
 
 =head1 NAME
 
-Mouse::Meta::Attribute - attribute metaclass
+Mouse::Meta::Attribute - The Mouse attribute metaclass
 
 =head1 METHODS
 
index f1cd27e..ae36dd8 100644 (file)
@@ -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
 
index 2c3bdaf..835db2a 100644 (file)
@@ -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<eval "use $module"> or using C<require>.
 
 =head1 UTILITIES FOR MOUSE
 
-=over 4
-
-=item *
-
-C<not_supported>
-
-=back
+=head3 C<not_supported>
 
 =head1 SEE ALSO