merge trunk to pluggable errors
[gitmo/Moose.git] / t / 010_basics / 006_override_and_foreign_classes.t
index 812002e..26fbb44 100644 (file)
@@ -3,11 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 16;
+use Test::More tests => 15;
+
 
-BEGIN {
-    use_ok('Moose');           
-}
 
 =pod