X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=87217181cc19ceafe198d3ba8e4bc14102d6ea84;hp=5a215b281e41fc70f8ee7d20707c0c1490ed0568;hb=806db0389e1357a2d5f890368853471d7f9d25f6;hpb=a621b37d93eac8263600943d72ec47c37f90706e diff --git a/Makefile.PL b/Makefile.PL index 5a215b2..8721718 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,6 +44,10 @@ feature 'Parameterized roles', -default => 0, 'MooseX::Role::Parameterized' => 0; +feature 'Easy creation of objects with traits', + -default => 0, + 'MooseX::Traits' => 0; + feature 'Globref instance type for Moose', -default => 0, 'MooseX::GlobRef' => 0; @@ -72,6 +76,10 @@ feature 'More robust and flexible cloning support', -default => 0, 'MooseX::Clone' => 0; +feature 'Subclassing of non-Moose classes', + -default => 0, + 'MooseX::NonMoose' => 0; + feature 'Moose type extensions', -default => 0, 'MooseX::Types' => 0; @@ -88,6 +96,10 @@ feature 'Set::Object Moose type extension', -default => 0, 'MooseX::Types::Set::Object' => 0; +feature 'DateTime Moose type extension', + -default => 0, + 'MooseX::Types::DateTime' => 0; + feature 'Moose serialization', -default => 0, 'MooseX::Storage' => 0;