projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b79a1a5
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/070_native_traits/010_trait_array.t
b/t/070_native_traits/010_trait_array.t
index
c88fd6e
..
3f87d46
100644
(file)
--- 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;