From: Dave Rolsky Date: Mon, 18 Oct 2010 14:33:38 +0000 (-0500) Subject: Remove debugging cruft X-Git-Tag: 1.16~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0953b5a4784ae9e36130d87ad9bff255b5c581c8;p=gitmo%2FMoose.git Remove debugging cruft --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 83cc3e5..7283c37 100644 --- 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; $_ } ; + my @modules = map { chomp; $_ } ; plan tests => scalar @modules; test_module($_) for @modules; }