Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 001_mouse / 814-subtype-as.t
index 44a71e2..910ae2b 100644 (file)
@@ -37,7 +37,7 @@ use Scalar::Util qw/blessed/;
     );
 
 
-    type 'Type4';
+    type 'Type4', where { 1 };
     has any => (
         is     => 'rw',
         isa    => 'Type4',