From: Jesse Luehrs Date: Tue, 17 Apr 2012 16:00:23 +0000 (-0500) Subject: oops X-Git-Tag: 2.0502~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23b5911050833a20171806c5aa484fd3c77f3e91;hp=b5937bb03dfc93aff77b185e9c055dfc30919418;p=gitmo%2FMoose.git oops --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 919d211..b7279c3 100644 --- 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;