X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_mouse%2F814-subtype-as.t;h=910ae2bce1353be97afe15fbc7c5386aa2c9ba49;hb=HEAD;hp=44a71e2d55076488d4d710ed1766855042ef66c8;hpb=537873b064ad328ea662e3792b128d9b016ed38a;p=gitmo%2FMouse.git diff --git a/t/001_mouse/814-subtype-as.t b/t/001_mouse/814-subtype-as.t index 44a71e2..910ae2b 100644 --- a/t/001_mouse/814-subtype-as.t +++ b/t/001_mouse/814-subtype-as.t @@ -37,7 +37,7 @@ use Scalar::Util qw/blessed/; ); - type 'Type4'; + type 'Type4', where { 1 }; has any => ( is => 'rw', isa => 'Type4',