X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=blobdiff_plain;f=Makefile.PL;h=5a215b281e41fc70f8ee7d20707c0c1490ed0568;hp=a95af1a52c7ff1da0f4bda2389d7dfcdd7e4ddc8;hb=a621b37d93eac8263600943d72ec47c37f90706e;hpb=9624e1d4178dce7141b35cc63665869909ff646b diff --git a/Makefile.PL b/Makefile.PL index a95af1a..5a215b2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,10 +28,6 @@ feature 'Moose-ish method parameter handling', -default => 0, 'MooseX::Params::Validate' => 0; -feature 'Moose-ish methods', - -default => 0, - 'MooseX::Method' => 0; - feature 'Declarative method syntax', -default => 0, 'MooseX::Method::Signatures' => 0; @@ -49,8 +45,8 @@ feature 'Parameterized roles', 'MooseX::Role::Parameterized' => 0; feature 'Globref instance type for Moose', - -default => 0, - 'MooseX::GlobRef::Object' => 0; + -default => 0, + 'MooseX::GlobRef' => 0; feature 'Inside-Out instance type for Moose', -default => 0, @@ -140,11 +136,6 @@ feature 'Sub-process management for asynchronous tasks using Moose and POE', -default => 0, 'MooseX::Workers' => 0; -feature 'experimental Moose Compiler tools', - -default => 0, - 'MooseX::Compile' => 0, - 'MooseX::Compile::CLI' => 0; - feature 'Moose support tools', -default => 0, 'Pod::Coverage::Moose' => 0;