show the first line here when testing with a harness
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index c025027..99ecaec 100644 (file)
@@ -6,9 +6,8 @@ use Test::More;
 
 BEGIN {
     my $help = <<'EOF';
+This test will not run unless you set MOOSE_TEST_MD to a true value.
 
-
-  This test will not run unless you set MOOSE_TEST_MD to a true value.
   Valid values are:
 
      all                  Test every dist which depends on Moose except those
@@ -124,7 +123,9 @@ my @dists = sort
             @{ $res->{hits}{hits} };
 
 if ( $ENV{MOOSE_TEST_MD} eq 'MooseX' ) {
-    @dists = grep { /^(?:MooseX-|Fey-ORM)/ } @dists;
+    @dists = grep {
+        /^(?:MooseX-|(?:Fey-ORM|KiokuDB|Bread-Board|Catalyst-Runtime|Reflex)$)/
+    } @dists;
 }
 elsif ( $ENV{MOOSE_TEST_MD} eq '1' ) {
     diag(