Don't try to test Ambrosia - it requires mod_perl
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index c025027..d6870c5 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(
@@ -251,6 +252,7 @@ WWW-WuFoo                              # no tests
 
 # SKIP: external dependencies
 Alien-Ditaa                            # runs java code
+Ambrosia                               # required mod_perl
 AnyEvent-MSN                           # requires Net::SSLeay (which requires libssl)
 AnyEvent-Multilog                      # requires multilog
 AnyEvent-Net-Curl-Queued               # requires libcurl
@@ -357,6 +359,7 @@ Date-Biorhythm                         # Date::Business prompts in Makefile.PL
 DBIx-VersionedDDL                      # runs a script with /usr/bin/perl in the shbang line
 File-Tail-Scribe                       # tests hang
 Gearman-Driver                         # spews tar errors
+Gearman-SlotManager                    # tests hang
 IPC-AnyEvent-Gearman                   # tests hang
 Lingua-YALI                            # runs scripts with /usr/bin/env perl in the shbang line
 Net-SSH-Mechanize                      # the mock-ssh script it runs seems to spin endlessly