projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
849b02a
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/001_mouse/057_subtype_without_where.t
b/t/001_mouse/057_subtype_without_where.t
index
2b6ebb4
..
520037e
100644
(file)
--- 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,
);
}