Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 010_basics / 010_method_modifier_with_regexp.t
index c57030b..41f55cd 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 10;
+use Test::More tests => 9;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {