Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 600_todo_tests / 005_moose_and_threads.t
index 4c77671..112e7bd 100644 (file)
@@ -6,9 +6,7 @@ use warnings;
 use Test::More no_plan => 1;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 =pod