X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=blobdiff_plain;f=Makefile.PL;h=4c045e0b7ddbb60dd8eebd9d64412fca9ea1bff9;hp=9dcd8f47a467173ab4968c1a1cf09d1fe3fa51d0;hb=e12f7b17bb1492cc0b8d9df8c277dbcab911baf2;hpb=dc00a89644c7a4234be1ada9cd7396fd718d2d8f diff --git a/Makefile.PL b/Makefile.PL index 9dcd8f4..4c045e0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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,