X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fauthor%2Ftest-my-dependents.t;fp=xt%2Fauthor%2Ftest-my-dependents.t;h=6cd5cdad5f3b5cf952e7a3f2201e3a3ac9d166d7;hb=e47c8833c3dca36ed98a0f70be769c9dd6ce759a;hp=c025027b7f6ea74605bd507d1364312218b539e5;hpb=a80872b23b54a607eae30c394b40e56f39c23f3a;p=gitmo%2FMoose.git diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index c025027..6cd5cda 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -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(