Remove debugging cruft
Dave Rolsky [Mon, 18 Oct 2010 14:33:38 +0000 (09:33 -0500)]
xt/author/test-my-dependents.t

index 83cc3e5..7283c37 100644 (file)
@@ -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;
 }