projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6ae4614
)
fix errorneous planning (no_plan doesn't take args)
Yuval Kogman [Sun, 7 Sep 2008 23:18:15 +0000 (23:18 +0000)]
t/100_bugs/017_type_constraint_messages.t
patch
|
blob
|
blame
|
history
diff --git
a/t/100_bugs/017_type_constraint_messages.t
b/t/100_bugs/017_type_constraint_messages.t
index
6740e81
..
0f18e53
100644
(file)
--- a/
t/100_bugs/017_type_constraint_messages.t
+++ b/
t/100_bugs/017_type_constraint_messages.t
@@
-3,7
+3,7
@@
use strict;
use warnings;
-use Test::More no_plan => 1;
+use Test::More "no_plan";
use Test::Exception;