projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
41a0b2a
)
Remove debugging cruft
Dave Rolsky [Mon, 18 Oct 2010 14:33:38 +0000 (09:33 -0500)]
xt/author/test-my-dependents.t
patch
|
blob
|
blame
|
history
diff --git
a/xt/author/test-my-dependents.t
b/xt/author/test-my-dependents.t
index
83cc3e5
..
7283c37
100644
(file)
--- a/
xt/author/test-my-dependents.t
+++ b/
xt/author/test-my-dependents.t
@@
-34,7
+34,7
@@
if ( $ENV{MOOSE_TEST_MD_ALL} ) {
done_testing;
}
else {
- my @modules = grep { $_ eq 'KiokuDB' } map { chomp; $_ } <DATA>;
+ my @modules = map { chomp; $_ } <DATA>;
plan tests => scalar @modules;
test_module($_) for @modules;
}