merge trunk to pluggable errors
[gitmo/Moose.git] / t / 060_compat / 003_foreign_inheritence.t
index 8fcb324..323b97e 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 7;
+use Test::More tests => 6;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
        package Elk;