From: gfx Date: Wed, 21 Oct 2009 06:34:48 +0000 (+0900) Subject: Fix a typo in a test X-Git-Tag: 0.40_01~42^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3845bd9afe8fcabb428a44fc668615b5a68ae287;p=gitmo%2FMouse.git Fix a typo in a test --- 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, ); }