projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2f24a5
)
fix errorneous planning (no_plan doesn't take args)
Yuval Kogman [Sun, 7 Sep 2008 23:17:35 +0000 (23:17 +0000)]
t/600_todo_tests/005_moose_and_threads.t
patch
|
blob
|
blame
|
history
diff --git
a/t/600_todo_tests/005_moose_and_threads.t
b/t/600_todo_tests/005_moose_and_threads.t
index
112e7bd
..
7ccd607
100644
(file)
--- a/
t/600_todo_tests/005_moose_and_threads.t
+++ b/
t/600_todo_tests/005_moose_and_threads.t
@@
-3,7
+3,7
@@
use strict;
use warnings;
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
use Test::Exception;