Fix a typo in a test
gfx [Wed, 21 Oct 2009 06:34:48 +0000 (15:34 +0900)]
t/001_mouse/057_subtype_without_where.t

index 2b6ebb4..520037e 100644 (file)
@@ -32,7 +32,7 @@ coerce 'C',
         is => 'ro',
         isa => 'C',
         coerce => 1,
-        requried => 1,
+        required => 1,
     );
 }