Require the latest CMOP
[gitmo/Moose.git] / t / 040_type_constraints / 010_misc_type_tests.t
index 6915ddf..7b86046 100644 (file)
@@ -84,4 +84,6 @@ ok $subtype2 => 'made a subtype of our subtype';
     ok( 0+$foo == refaddr($foo), "overloading works");
 }
 
+ok $subtype1, "type constraint boolean overload works";
+
 done_testing;