whoa, this is being whittled down to nothing
[gitmo/MooseX-MetaDescription.git] / lib / MooseX / MetaDescription / Meta / Class.pm
index eca1c93..2a60bbd 100644 (file)
@@ -5,7 +5,7 @@ our $VERSION   = '0.01';
 our $AUTHORITY = 'cpan:STEVAN';
 
 extends 'Moose::Meta::Class';
-   with 'MooseX::MetaDescription::Meta::Attribute::Trait';
+   with 'MooseX::MetaDescription::Meta::Trait';
 
 no Moose; 1;