From: Jesse Luehrs Date: Sat, 21 Jul 2012 04:48:17 +0000 (-0500) Subject: test a few more things when choosing "MooseX" X-Git-Tag: 2.0800~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=e47c8833c3dca36ed98a0f70be769c9dd6ce759a test a few more things when choosing "MooseX" --- 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(