projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
62bf83c
)
and a little more
Dave Rolsky [Fri, 27 Mar 2009 20:48:54 +0000 (15:48 -0500)]
t/040_type_constraints/022_custom_type_errors.t
patch
|
blob
|
blame
|
history
diff --git
a/t/040_type_constraints/022_custom_type_errors.t
b/t/040_type_constraints/022_custom_type_errors.t
index
32bcfbc
..
f9ddf6f
100644
(file)
--- a/
t/040_type_constraints/022_custom_type_errors.t
+++ b/
t/040_type_constraints/022_custom_type_errors.t
@@
-25,9
+25,7
@@
use Test::Exception;
isa => 'NaturalLessThanTen',
lazy => 1,
default => 0,
-
);
-
}
lives_ok { my $goat = Animal->new( leg_count => 4 ) }