test a few more things when choosing "MooseX"
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index c025027..6cd5cda 100644 (file)
@@ -124,7 +124,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(