# Traits / Roles
-feature 'Runtime Trait application in constructors',
+feature 'Runtime trait application in constructors',
-default => 0,
'MooseX::Role::TraitConstructor' => 0;
-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;
# Devel::Declare children
-feature 'Declarative syntax',
+feature 'Declarative syntax with Devel::Declare',
-default => 0,
'MooseX::Declare' => 0;
# 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;
-default => 0,
'MooseX::Param' => 0;
-feature 'Moose-ish Iterator support role',
+feature 'Moose-ish iterator support role',
-default => 0,
'MooseX::Iterator' => 0;
# Utilities
-feature 'Moose support tools',
+feature 'Pod::Coverage support for Moose',
-default => 0,
'Pod::Coverage::Moose' => 0;
=head3 L<MooseX::Role::TraitConstructor>
-Runtime Trait application in constructors
+Runtime trait application in constructors
=head3 L<MooseX::Traits>
=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>
=head3 L<MooseX::Declare>
-Declarative syntax
+Declarative syntax with L<Devel::Declare>
=head3 L<MooseX::Method::Signatures>
L<DateTime> Moose type extension
-=head2 Command line integration
+=head2 Command Line Integration
=head3 L<MooseX::Getopt>
=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>
=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
=head3 L<MooseX::Iterator>
-Moose-ish Iterator support role
+Moose-ish iterator support role
=head3 L<MooseX::Clone>
=head3 L<Moose::Autobox>
-Autoboxing support
+L<Autoboxing|autobox> support
=head3 L<MooseX::ClassAttribute>