Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 8e97669..226cf54 100644 (file)
@@ -3,11 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More tests => 7;
+
 
-BEGIN {
-    use_ok('Moose');
-}
 
 {
     package TouchyBase;