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