No need to load MetaRole here
Dave Rolsky [Thu, 14 Oct 2010 18:49:41 +0000 (13:49 -0500)]
t/070_native_traits/010_trait_array.t

index c88fd6e..3f87d46 100644 (file)
@@ -6,7 +6,6 @@ use warnings;
 use lib 't/lib';
 
 use Moose ();
-use Moose::Util::MetaRole;
 use Moose::Util::TypeConstraints;
 use NoInlineAttribute;
 use Test::More;