oops
Jesse Luehrs [Tue, 17 Apr 2012 16:00:23 +0000 (11:00 -0500)]
xt/author/test-my-dependents.t

index 919d211..b7279c3 100644 (file)
@@ -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;