moving things around to get ready to support Class::MOP 0.36
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
index 878f8cd..b7c0558 100644 (file)
@@ -9,6 +9,7 @@ use Carp         'confess';
 
 our $VERSION = '0.08';
 
+use Moose::Meta::Method::Accessor;
 use Moose::Util::TypeConstraints ();
 
 use base 'Class::MOP::Attribute';