Semi-affordance accessors is no longer a policy
[gitmo/Task-Moose.git] / Makefile.PL
index 9dcd8f4..4c045e0 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use inc::Module::Install;
+use inc::Module::Install 0.75;
 
 name 'Task-Moose';
 all_from 'lib/Task/Moose.pm';
@@ -36,6 +36,10 @@ feature 'Making Moose constructors stricter',
     -default                    => 0,
     'MooseX::StrictConstructor' => 0;
     
+feature 'Runtime Trait application in constructors',
+    -default                         => 0,
+    'MooseX::Role::TraitConstructor' => 0;    
+    
 feature 'Globref instance type for Moose',
     -default                  => 0,
     'MooseX::GlobRef::Object' => 0;
@@ -59,6 +63,10 @@ feature 'Moose-ish Iterator support role',
 feature 'Moose-ish plugin system',
     -default                    => 0,    
     'MooseX::Object::Pluggable' => 0;
+    
+feature 'More robust and flexible cloning support',
+    -default        => 0,
+    'MooseX::Clone' => 0;    
 
 feature 'Moose type extensions',
     -default        => 0,