test a few more things when choosing "MooseX"
Jesse Luehrs [Sat, 21 Jul 2012 04:48:17 +0000 (23:48 -0500)]
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(