projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b5937bb
)
oops
Jesse Luehrs [Tue, 17 Apr 2012 16:00:23 +0000 (11:00 -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
919d211
..
b7279c3
100644
(file)
--- a/
xt/author/test-my-dependents.t
+++ b/
xt/author/test-my-dependents.t
@@
-111,7
+111,7
@@
my @dists = sort
map { $_->{fields}{distribution} }
@{ $res->{hits}{hits} };
-plan tests => scalar @modules;
+plan tests => scalar @dists;
for my $dist (@dists) {
note($dist);
my $module = $dist;