projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9df6f0c
)
Add type constraint
Shawn M Moore [Tue, 9 Dec 2008 04:34:55 +0000 (
04:34
+0000)]
t/022-init-arg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/022-init-arg.t
b/t/022-init-arg.t
index
ca65fbc
..
9546e3d
100644
(file)
--- a/
t/022-init-arg.t
+++ b/
t/022-init-arg.t
@@
-9,6
+9,7
@@
do {
has name => (
is => 'rw',
+ isa => 'Str',
init_arg => 'key',
default => 'default',
);