Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 100_bugs / 009_augment_recursion_bug.t
index df985e7..3e41104 100644 (file)
@@ -3,11 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More tests => 3;
+
 
-BEGIN {
-    use_ok('Moose');
-}
 
 {
     package Foo;