X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_mouse%2F057_subtype_without_where.t;h=520037e49ee8dde44cccb362aac443694d35f281;hb=e128626c409797822ffd8a4079f833eb3dc0fd37;hp=2b6ebb462b6cdb63c7266ad0569e8a71007b7ed8;hpb=3d3b9c8ad9ca9293d20e12e6630f69b94684d134;p=gitmo%2FMouse.git diff --git a/t/001_mouse/057_subtype_without_where.t b/t/001_mouse/057_subtype_without_where.t index 2b6ebb4..520037e 100644 --- a/t/001_mouse/057_subtype_without_where.t +++ b/t/001_mouse/057_subtype_without_where.t @@ -32,7 +32,7 @@ coerce 'C', is => 'ro', isa => 'C', coerce => 1, - requried => 1, + required => 1, ); }