From: Dave Rolsky Date: Sat, 19 May 2012 13:32:17 +0000 (-0500) Subject: Skip distro which requires rpm X-Git-Tag: 2.0800~73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9311f7fbf5db726b153b3d8109d36d15793245f9;p=gitmo%2FMoose.git Skip distro which requires rpm --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 2ce7bfb..662d4e7 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -73,6 +73,7 @@ my %skip = map { $_ => 1 } ( 'Data-Collector', # depends on running ssh 'Date-Biorhythm', # Date::Business prompts in Makefile.PL 'DBIx-PgLink', # prompts for a postgres password + 'Fedora-App-MaintainerTools', # requires rpm 'Forest-Tree-Viewer-Gtk2', # gtk tests are graphical 'Games-Pandemic', # tk tests are graphical 'Games-RailRoad', # tk tests are graphical