X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F025-more-isa.t;h=022c89c495ed083aefc1a1d9be13bab0dac35fc7;hb=37dc67cb9daf91c9530e5ffc762de36cb0432c7f;hp=576d5e1e61b8a27d42cb5f50726c3450d9b0264c;hpb=5c5a61e0daea184cff679a815d6fc4cdbe08bc33;p=gitmo%2FMouse.git diff --git a/t/025-more-isa.t b/t/025-more-isa.t index 576d5e1..022c89c 100755 --- a/t/025-more-isa.t +++ b/t/025-more-isa.t @@ -54,6 +54,7 @@ do { use Mouse; has oops => ( + is => 'bare', isa => 'Int', default => "yikes", );