more cleanups
Jesse Luehrs [Thu, 17 Sep 2009 06:16:25 +0000 (01:16 -0500)]
Makefile.PL
lib/Task/Moose.pm

index 43da721..31ca459 100644 (file)
@@ -21,7 +21,7 @@ feature 'Moose-ish method parameter handling',
 
 # Traits / Roles
 
-feature 'Runtime Trait application in constructors',
+feature 'Runtime trait application in constructors',
   -default                         => 0,
   'MooseX::Role::TraitConstructor' => 0;
 
@@ -43,11 +43,11 @@ feature 'Globref instance type for Moose',
   -default          => 0,
   'MooseX::GlobRef' => 0;
 
-feature 'Inside-Out instance type for Moose',
+feature 'Inside out instance type for Moose',
   -default            => 0,
   'MooseX::InsideOut' => 0;
 
-feature 'Singleton support role',
+feature 'Singleton instance type for Moose',
   -default            => 0,
   'MooseX::Singleton' => 0;
 
@@ -57,7 +57,7 @@ feature 'Subclassing of non-Moose classes',
 
 # Devel::Declare children
 
-feature 'Declarative syntax',
+feature 'Declarative syntax with Devel::Declare',
   -default          => 0,
   'MooseX::Declare' => 0;
 
@@ -113,15 +113,15 @@ feature 'Easily wrap command line apps with Moose',
 
 # Logging
 
-feature 'LogDispatch support for Moose',
+feature 'Log::Dispatch support for Moose',
   -default              => 0,
   'MooseX::LogDispatch' => 0;
 
-feature 'lazy loaded LogDispatch support for Moose',
+feature 'lazy loaded Log::Dispatch support for Moose',
   -default                  => 0,
   'MooseX::LazyLogDispatch' => 0;
 
-feature 'Log4perl support for Moose',
+feature 'Log::Log4perl support for Moose',
   -default                => 0,
   'MooseX::Log::Log4perl' => 0;
 
@@ -145,7 +145,7 @@ feature 'CGI-style parameter role',
   -default        => 0,
   'MooseX::Param' => 0;
 
-feature 'Moose-ish Iterator support role',
+feature 'Moose-ish iterator support role',
   -default           => 0,
   'MooseX::Iterator' => 0;
 
@@ -175,7 +175,7 @@ feature 'Support for PBP style accessors',
 
 # Utilities
 
-feature 'Moose support tools',
+feature 'Pod::Coverage support for Moose',
   -default               => 0,
   'Pod::Coverage::Moose' => 0;
 
index 384cea6..eaba1a1 100644 (file)
@@ -35,7 +35,7 @@ Moose-ish method parameter handling
 
 =head3 L<MooseX::Role::TraitConstructor>
 
-Runtime Trait application in constructors
+Runtime trait application in constructors
 
 =head3 L<MooseX::Traits>
 
@@ -57,11 +57,11 @@ Globref instance type for Moose
 
 =head3 L<MooseX::InsideOut>
 
-Inside-Out instance type for Moose
+Inside out instance type for Moose
 
 =head3 L<MooseX::Singleton>
 
-Singleton support role
+Singleton instance type for Moose
 
 =head3 L<MooseX::NonMoose>
 
@@ -71,7 +71,7 @@ Subclassing of non-Moose classes
 
 =head3 L<MooseX::Declare>
 
-Declarative syntax
+Declarative syntax with L<Devel::Declare>
 
 =head3 L<MooseX::Method::Signatures>
 
@@ -99,7 +99,7 @@ L<Set::Object> Moose type extension
 
 L<DateTime> Moose type extension
 
-=head2 Command line integration
+=head2 Command Line Integration
 
 =head3 L<MooseX::Getopt>
 
@@ -125,11 +125,11 @@ Easily wrap command line apps with Moose
 
 =head3 L<MooseX::LogDispatch>
 
-L<LogDispatch> support for Moose
+L<Log::Dispatch> support for Moose
 
 =head3 L<MooseX::LazyLogDispatch>
 
-Lazy loaded LogDispatch support for Moose
+Lazy loaded L<Log::Dispatch> support for Moose
 
 =head3 L<MooseX::Log::Log4perl>
 
@@ -143,7 +143,7 @@ Moose wrapped L<POE>
 
 =head3 L<MooseX::Workers>
 
-Sub-process management for asynchronous tasks using Moose and POE
+Sub-process management for asynchronous tasks using Moose and L<POE>
 
 =head2 Utility Roles
 
@@ -157,7 +157,7 @@ CGI-style parameter role
 
 =head3 L<MooseX::Iterator>
 
-Moose-ish Iterator support role
+Moose-ish iterator support role
 
 =head3 L<MooseX::Clone>
 
@@ -171,7 +171,7 @@ Moose serialization
 
 =head3 L<Moose::Autobox>
 
-Autoboxing support
+L<Autoboxing|autobox> support
 
 =head3 L<MooseX::ClassAttribute>