From: Jesse Luehrs Date: Thu, 17 Sep 2009 02:50:05 +0000 (-0500) Subject: note that mx-attributehelpers was merged into moose X-Git-Tag: 0.02~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FTask-Moose.git;a=commitdiff_plain;h=9624e1d4178dce7141b35cc63665869909ff646b;hp=67ea94a3bafa9bc44f8ec02123f9983b5653249f note that mx-attributehelpers was merged into moose --- diff --git a/Makefile.PL b/Makefile.PL index a667365..a95af1a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,10 +16,6 @@ feature 'Autoboxing support', -default => 0, 'Moose::Autobox' => 0; -feature 'Extending Moose attributes with basic Perl types', - -default => 0, - 'MooseX::AttributeHelpers' => 0; - feature 'Class attributes for Moose', -default => 0, 'MooseX::ClassAttribute' => 0; diff --git a/lib/Task/Moose.pm b/lib/Task/Moose.pm index b941363..7d645df 100644 --- a/lib/Task/Moose.pm +++ b/lib/Task/Moose.pm @@ -29,10 +29,6 @@ L L -=item I - -L - =item I L @@ -168,6 +164,12 @@ L =back +=head1 NOTES + +L has been removed from this list because +its functionality has been subsumed into L itself. See +L for more details. + =head1 BUGS All complex software has bugs lurking in it, and this module is no