Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 040_type_constraints / 009_union_types_and_coercions.t
index a7d33d9..69254f5 100644 (file)
@@ -9,12 +9,10 @@ use Test::Exception;
 BEGIN {
     eval "use IO::String; use IO::File;";
     plan skip_all => "IO::String and IO::File are required for this test" if $@;        
-    plan tests => 29;    
+    plan tests => 28;    
 }
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Email::Moose;