From: Dave Rolsky Date: Thu, 14 Oct 2010 18:49:41 +0000 (-0500) Subject: No need to load MetaRole here X-Git-Tag: 1.16~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58d76cfd6c7948d09b33a0dcea57f4456eefb892;p=gitmo%2FMoose.git No need to load MetaRole here --- diff --git a/t/070_native_traits/010_trait_array.t b/t/070_native_traits/010_trait_array.t index c88fd6e..3f87d46 100644 --- a/t/070_native_traits/010_trait_array.t +++ b/t/070_native_traits/010_trait_array.t @@ -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;