X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=blobdiff_plain;f=Makefile.PL;h=7cd72409826cf2805734e7b80608a7ffbdd8e0c8;hp=e9ad0bc2e45f55ecfce437913af01eb1eabb97c5;hb=3e44701a9e78baf7cc2a04289e35762e2920dcda;hpb=7216fabf639e3be0fd708a108ccb993507621bde diff --git a/Makefile.PL b/Makefile.PL index e9ad0bc..7cd7240 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; @@ -65,6 +65,10 @@ feature 'Declarative method syntax', -default => 0, 'MooseX::Method::Signatures' => 0; +feature 'Declarative exception handling', + -default => 0, + 'TryCatch' => 0; + # Types feature 'Moose type extensions', @@ -113,23 +117,19 @@ 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 'Log4perl support for Moose', - -default => 0, - 'MooseX::Log::Log4perl' => 0; - -feature 'lazy loaded LogDispatch support for Moose', +feature 'lazy loaded Log::Dispatch support for Moose', -default => 0, 'MooseX::LazyLogDispatch' => 0; -# Async +feature 'Log::Log4perl support for Moose', + -default => 0, + 'MooseX::Log::Log4perl' => 0; -feature 'Base role for Async Moose modules', - -default => 0, - 'MooseX::Async' => 0; +# Async feature 'Moose wrapped POE', -default => 0, @@ -149,7 +149,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; @@ -179,7 +179,7 @@ feature 'Support for PBP style accessors', # Utilities -feature 'Moose support tools', +feature 'Pod::Coverage support for Moose', -default => 0, 'Pod::Coverage::Moose' => 0;