From: Jesse Luehrs Date: Thu, 17 Sep 2009 06:16:25 +0000 (-0500) Subject: more cleanups X-Git-Tag: 0.02~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8d275ff698d482d6ab9bc0e1b0a8f3ca014bf96;p=gitmo%2FTask-Moose.git more cleanups --- diff --git a/Makefile.PL b/Makefile.PL index 43da721..31ca459 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/lib/Task/Moose.pm b/lib/Task/Moose.pm index 384cea6..eaba1a1 100644 --- a/lib/Task/Moose.pm +++ b/lib/Task/Moose.pm @@ -35,7 +35,7 @@ Moose-ish method parameter handling =head3 L -Runtime Trait application in constructors +Runtime trait application in constructors =head3 L @@ -57,11 +57,11 @@ Globref instance type for Moose =head3 L -Inside-Out instance type for Moose +Inside out instance type for Moose =head3 L -Singleton support role +Singleton instance type for Moose =head3 L @@ -71,7 +71,7 @@ Subclassing of non-Moose classes =head3 L -Declarative syntax +Declarative syntax with L =head3 L @@ -99,7 +99,7 @@ L Moose type extension L Moose type extension -=head2 Command line integration +=head2 Command Line Integration =head3 L @@ -125,11 +125,11 @@ Easily wrap command line apps with Moose =head3 L -L support for Moose +L support for Moose =head3 L -Lazy loaded LogDispatch support for Moose +Lazy loaded L support for Moose =head3 L @@ -143,7 +143,7 @@ Moose wrapped L =head3 L -Sub-process management for asynchronous tasks using Moose and POE +Sub-process management for asynchronous tasks using Moose and L =head2 Utility Roles @@ -157,7 +157,7 @@ CGI-style parameter role =head3 L -Moose-ish Iterator support role +Moose-ish iterator support role =head3 L @@ -171,7 +171,7 @@ Moose serialization =head3 L -Autoboxing support +L support =head3 L