merge trunk to pluggable errors
[gitmo/Moose.git] / t / 040_type_constraints / 023_types_and_undef.t
index f5eccd1..f20ee2e 100644 (file)
@@ -3,13 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 55;
+use Test::More tests => 54;
 use Test::Exception;
 
-BEGIN
-{
-    use_ok('Moose');
-}
+
 
 {
     package Foo;