note that mx-attributehelpers was merged into moose
Jesse Luehrs [Thu, 17 Sep 2009 02:50:05 +0000 (21:50 -0500)]
Makefile.PL
lib/Task/Moose.pm

index a667365..a95af1a 100644 (file)
@@ -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;
index b941363..7d645df 100644 (file)
@@ -29,10 +29,6 @@ L<MooseX::Declare>
     
 L<Moose::Autobox>
 
-=item I<Extending Moose attributes with basic Perl types>
-    
-L<MooseX::AttributeHelpers>
-    
 =item I<Class attributes for Moose>
 
 L<MooseX::ClassAttribute>
@@ -168,6 +164,12 @@ L<Pod::Coverage::Moose>
 
 =back
 
+=head1 NOTES
+
+L<MooseX::AttributeHelpers> has been removed from this list because
+its functionality has been subsumed into L<Moose> itself. See
+L<Moose::Meta::Attribute::Native> for more details.
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no