Skip Net-SSH-Mechanize
[gitmo/Moose.git] / xt / author / test-my-dependents.t
CommitLineData
f81522ba 1use strict;
2use warnings;
3
4use Cwd qw( abs_path );
5use Test::More;
6
52c21688 7BEGIN {
8 plan skip_all => 'This test will not run unless you set MOOSE_TEST_MD to a true value'
9 unless $ENV{MOOSE_TEST_MD};
10}
f81522ba 11
4d438a84 12use Test::Requires {
0be78be0 13 'Archive::Zip' => 0, # or else .zip dists won't be able to be installed
14 'Test::DependentModules' => '0.13',
15 'MetaCPAN::API' => '0.33',
4d438a84 16};
0be78be0 17
3bf21566 18use Test::DependentModules qw( test_module );
f81522ba 19
7028866a 20use DateTime;
479647ca 21use List::MoreUtils qw(any);
7028866a 22use Moose ();
7028866a 23
41a0b2a9 24diag( 'Test run performed at: '
25 . DateTime->now
479647ca 26 . ' with Moose '
41a0b2a9 27 . Moose->VERSION );
7028866a 28
f81522ba 29$ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.');
e2f01bb9 30delete @ENV{ qw( AUTHOR_TESTING RELEASE_TESTING SMOKE_TESTING ) };
f81522ba 31
28885fe7 32$ENV{ANY_MOOSE} = 'Moose';
33
479647ca 34my $mcpan = MetaCPAN::API->new;
35my $res = $mcpan->post(
36 '/release/_search' => {
37 query => { match_all => {} },
38 size => 5000,
39 filter => { and => [
40 { or => [
41 { term => { 'release.dependency.module' => 'Moose' } },
42 { term => { 'release.dependency.module' => 'Moose::Role' } },
43 { term => { 'release.dependency.module' => 'Moose::Exporter' } },
44 { term => { 'release.dependency.module' => 'Class::MOP' } },
45 { term => { 'release.dependency.module' => 'MooseX::Role::Parameterized' } },
28885fe7 46 { term => { 'release.dependency.module' => 'Any::Moose' } },
479647ca 47 ] },
48 { term => { 'release.status' => 'latest' } },
49 { term => { 'release.maturity' => 'released' } },
50 ] },
51 fields => 'distribution'
52 }
53);
f81522ba 54
91dab191 55my %todo_reasons = map {
3bf21566 56 chomp;
57 /^(\S*)\s*(?:#\s*(.*)\s*)?$/;
58 defined($1) && length($1) ? ($1 => $2) : ()
59} <DATA>;
91dab191 60my %todo = map { $_ => 1 } keys %todo_reasons;
61
479647ca 62my @skip_prefix = qw(Acme Task Bundle);
91dab191 63my %skip = map { $_ => 1 } (
72dc4616 64 'App-CPAN2Pkg', # tk tests are graphical
65 'App-USBKeyCopyCon', # gtk tests are graphical
b5937bb0 66 'Bot-Backbone', # poe-loop-ev prompts
acc37733 67 'Cache-Ehcache', # hangs if server exists on port 8080
cbbe0714 68 'CatalystX-Imports', # assumes it can write to /tmp/testapp
72dc4616 69 'CatalystX-Restarter-GTK', # gtk tests are graphical
70 'CM-Permutation', # OpenGL uses graphics in Makefile.PL
cbbe0714 71 'CPAN-Source', # assumes it can write to /tmp/.cache
91dab191 72 'Dackup', # depends on running ssh
73 'Data-Collector', # depends on running ssh
74 'Date-Biorhythm', # Date::Business prompts in Makefile.PL
9ca54fae 75 'DBIx-PgLink', # prompts for a postgres password
72dc4616 76 'Forest-Tree-Viewer-Gtk2', # gtk tests are graphical
77 'Games-Pandemic', # tk tests are graphical
78 'Games-RailRoad', # tk tests are graphical
79 'Games-Risk', # tk tests are graphical
33bc8e84 80 'Gearman-Driver', # spews tar errors
91dab191 81 'helm', # depends on running ssh
6539278a 82 'iTransact-Lite', # tests rely on internet site
72dc4616 83 'Log-Dispatch-Gtk2-Notify', # gtk tests are graphical
84 'LPDS', # gtk tests are graphical
ca726e0d 85 'Net-SSH-Mechanize', # the mock-ssh script it runs seems to spin endlessly
91dab191 86 'Net-SFTP-Foreign-Exceptional', # depends on running ssh
72dc4616 87 'Periscope', # gtk tests are graphical
91dab191 88 'POE-Component-OpenSSH', # depends on running ssh
0aff3f28 89 'POE-Component-Server-SimpleHTTP-PreFork', # ipc::shareable tests hang
72dc4616 90 'RDF-TrineX-RuleEngine-Jena', # prompts in Makefile.PL
91dab191 91 'Test-SFTP', # Term::ReadPassword prompts in tests
72dc4616 92 'Tk-Role-Dialog', # tk tests are graphical
72cfef4f 93 'Unicode-Emoji-E4U', # tests rely on internet site
72dc4616 94 'Weaving-Tablet', # tk tests are graphical
4de6e6a5 95 'WWW-eNom', # tests rely on internet site
0aff3f28 96 'WWW-Finances-Bovespa', # tests rely on internet site
91dab191 97 'WWW-Hashdb', # test hangs, pegging cpu
0aff3f28 98 'WWW-Vimeo-Download', # tests rely on internet site
72cfef4f 99 'WWW-YouTube-Download-Channel', # tests rely on internet site
91dab191 100 'Zucchini', # File::Rsync prompts in Makefile.PL
101);
102
479647ca 103my %name_fix = (
b595f862 104 'App-passmanager' => 'App::PassManager',
479647ca 105 'App-PipeFilter' => 'App::PipeFilter::Generic',
106 'Constructible' => 'Constructible::Maxima',
107 'DCOLLINS-ANN-Locals' => 'DCOLLINS::ANN::Robot',
108 'Dist-Zilla-Deb' => 'Dist::Zilla::Plugin::Deb::VersionFromChangelog',
479647ca 109 'Dist-Zilla-Plugins-CJM' => 'Dist::Zilla::Plugin::TemplateCJM',
72dc4616 110 'Dist-Zilla-Plugin-TemplateFile' => 'Dist::Zilla::Plugin::TemplateFiles',
b595f862 111 'Google-Directions' => 'Google::Directions::Client',
479647ca 112 'helm' => 'Helm',
b595f862 113 'HTML-Untemplate' => 'HTML::Linear',
479647ca 114 'marc-moose' => 'MARC::Moose',
115 'mobirc' => 'App::Mobirc',
72dc4616 116 'OWL-Simple' => 'OWL::Simple::Class',
117 'Patterns-ChainOfResponsibility' => 'Patterns::ChainOfResponsibility::Application',
4de6e6a5 118 'Pod-Elemental-Transfomer-VimHTML' => 'Pod::Elemental::Transformer::VimHTML',
72dc4616 119 'Role-Identifiable' => 'Role::Identifiable::HasIdent',
479647ca 120 'smokebrew' => 'App::SmokeBrew',
b595f862 121 'Treex-Parser-MSTperl' => 'Treex::Tool::Parser::MSTperl',
479647ca 122 'v6-alpha' => 'v6',
b595f862 123 'WebService-LOC-CongRec' => 'WebService::LOC::CongRec::Crawler',
72dc4616 124 'X11-XCB' => 'X11::XCB::Connection',
125 'XML-Ant-BuildFile' => 'XML::Ant::BuildFile::Project',
479647ca 126);
916fcb5c 127
9fe055d9 128my @dists = sort
129 grep { !$skip{$_} }
130 grep { my $dist = $_; !any { $dist =~ /^$_-/ } @skip_prefix }
131 map { $_->{fields}{distribution} }
132 @{ $res->{hits}{hits} };
479647ca 133
916fcb5c 134unless ( $ENV{MOOSE_TEST_MD} eq 'all' ) {
135 diag(
136 'Picking 200 random dependents to test. Set MOOSE_TEST_MD=all to test all dependents'
137 );
138
139 my %indexes;
140 while ( keys %indexes < 200 ) {
141 $indexes{ int rand( scalar @dists ) } = 1;
142 }
143
144 @dists = @dists[ sort keys %indexes ];
145}
146
23b59110 147plan tests => scalar @dists;
9fe055d9 148for my $dist (@dists) {
149 note($dist);
150 my $module = $dist;
151 $module = $name_fix{$module} if exists $name_fix{$module};
152 if ($todo{$dist}) {
153 my $reason = $todo_reasons{$dist};
3bf21566 154 $reason = '???' unless defined $reason;
7e39015e 155 local $TODO = $reason;
156 eval { test_module($module); 1 }
157 or fail("Died when testing $module: $@");
3bf21566 158 }
159 else {
7e39015e 160 eval { test_module($module); 1 }
161 or fail("Died when testing $module: $@");
3bf21566 162 }
163}
734e40ed 164
c5e3151e 165__DATA__
0aff3f28 166# indexing issues (test::dm bugs?)
167Alice # couldn't find on cpan
b595f862 168Hopkins # couldn't find on cpan
b595f862 169PostScript-Barcode # couldn't find on cpan
d1dc6007 170WWW-Mechanize-Query # couldn't find on cpan
b595f862 171
0aff3f28 172# doesn't install deps properly (test::dm bugs?)
173App-Benchmark-Accessors # Mojo::Base isn't installed
174Bot-BasicBot-Pluggable # Crypt::SaltedHash isn't installed
175Code-Statistics # MooseX::HasDefaults::RO isn't installed
176Dist-Zilla-PluginBundle-MITHALDU # List::AllUtils isn't installed
177Dist-Zilla-Util-FileGenerator # MooseX::HasDefaults::RO isn't installed
178EBI-FGPT-FuzzyRecogniser # GO::Parser isn't installed
179Erlang-Parser # Parse::Yapp::Driver isn't installed
180Foorum # Sphinx::Search isn't installed
181Grimlock # DBIx::Class::EncodedColumn isn't installed
182Locale-Handle-Pluggable # MooseX::Types::VariantTable::Declare isn't installed
183mobirc # HTTP::Session::State::GUID isn't installed
184Net-Bamboo # XML::Tidy isn't installed
185Tatsumaki-Template-Markapl # Tatsumaki::Template isn't installed
186Text-Tradition # Bio::Phylo::IO isn't installed
ec58481b 187
188# no tests
72dc4616 189AI-ExpertSystem-Advanced # no tests
190API-Assembla # no tests
191App-mkfeyorm # no tests
acf165ea 192App-passmanager # no tests
0aff3f28 193App-Scrobble # no tests
72dc4616 194Bot-Applebot # no tests
195Catalyst-Authentication-Credential-Facebook-OAuth2 # no tests
196Catalyst-Authentication-Store-Fey-ORM # no tests
197Catalyst-Controller-MovableType # no tests
198Catalyst-Model-MenuGrinder # no tests
199Chef # no tests
200Data-SearchEngine-ElasticSearch # no tests
201Dist-Zilla-MintingProfile-Author-ARODLAND # no tests
202Dist-Zilla-PluginBundle-ARODLAND # no tests
203Dist-Zilla-PluginBundle-Author-OLIVER # no tests
204Dist-Zilla-PluginBundle-NUFFIN # no tests
205Dist-Zilla-Plugin-DualLife # no tests
206Dist-Zilla-Plugin-GitFlow # no tests
207Dist-Zilla-Plugin-GitFmtChanges # no tests
208Dist-Zilla-Plugin-MetaResourcesFromGit # no tests
209Dist-Zilla-Plugin-ModuleBuild-OptionalXS # no tests
210Dist-Zilla-Plugin-Rsync # no tests
211Dist-Zilla-Plugin-TemplateFile # no tests
212Dist-Zilla-Plugin-UploadToDuckPAN # no tests
213Finance-Bank-SuomenVerkkomaksut # no tests
214Games-HotPotato # no tests
215IO-Storm # no tests
216JIRA-Client-REST # no tests
217Kafka-Client # no tests
218LWP-UserAgent-OfflineCache # no tests
219Markdown-Pod # no tests
220MooseX-Types-DateTimeX # no tests
0aff3f28 221Net-Azure-BlobService # no tests
72dc4616 222Net-Dropbox # no tests
223Net-Flowdock # no tests
224Net-OpenStack-Attack # no tests
225Net-Ostrich # no tests
226Net-Recurly # no tests
227OpenDocument-Template # no tests
0aff3f28 228Pod-Weaver-Section-Consumes # no tests
72dc4616 229Pod-Weaver-Section-Encoding # no tests
0aff3f28 230Pod-Weaver-Section-Extends # no tests
72dc4616 231POE-Component-Server-MySQL # no tests
232Random-Quantum # no tests
233SchemaEvolution # no tests
234STD # no tests
235Test-System # no tests
236Test-WWW-Mechanize-Dancer # no tests
237WebService-Buxfer # no tests
238WebService-CloudFlare-Host # no tests
239WWW-MenuGrinder # no tests
240WWW-WuFoo # no tests
241
242# external dependencies
2ec35f55 243AnyEvent-Multilog # requires multilog
244AnyEvent-Net-Curl-Queued # requires libcurl
72dc4616 245AnyEvent-ZeroMQ # requires zeromq installation
246AnyMQ-ZeroMQ # requires zeromq installation
247Apache2-HttpEquiv # requires apache (for mod_perl)
248App-Mimosa # requires fastacmd
249App-PgCryobit # requires postgres installation
250Archive-RPM # requires cpio
2ec35f55 251Bot-Jabbot # requires libidn
72dc4616 252Catalyst-Engine-Stomp # depends on alien::activemq
b5937bb0 253Catalyst-Plugin-Session-Store-Memcached # requires memcached
72dc4616 254Cave-Wrapper # requires cave to be installed
255CHI-Driver-Redis # requires redis server
256Crypt-Random-Source-Strong-Win32 # windows only
2ec35f55 257Curses-Toolkit # requires Curses which requires ncurses library
72dc4616 258Dackup # requires ssh
259Data-Collector # requires ssh
260DBIx-PgLink # requires postgres installation
261Dist-Zilla-Plugin-Subversion # requires svn bindings
262Dist-Zilla-Plugin-SVK # requires svn bindings
263Dist-Zilla-Plugin-SvnObtain # requires svn bindings
264Fedora-App-MaintainerTools # requires rpm to be installed
265Fedora-App-ReviewTool # requires koji to be installed
2ec35f55 266Fuse-Template # requires libfuse
72dc4616 267Games-HotPotato # requires sdl
268Games-Tetris-Complete # requires threads
269helm # requires ssh
270HTML-Barcode-QRCode # requires libqrencode
2ec35f55 271IRC-RemoteControl # requires libssh2
72dc4616 272JavaScript-Sprockets # requires sprocketize
273JavaScript-V8x-TestMoreish # requires v8
274Koha-Contrib-Tamil # requires yaz
275K # requires kx
276Lighttpd-Control # requires lighttpd
277Lingua-TreeTagger # requires treetagger to be installed
278Math-Lsoda # requires f77
279MongoDBI # requires mongo
280MongoDB # requires mongo
281MSWord-ToHTML # requires abiword to be installed
2ec35f55 282Net-DBus-Skype # requires dbus
72dc4616 283Net-Route # requires route
2ec35f55 284Net-UpYun # requires curl
285Net-ZooTool # requires curl
72dc4616 286Nginx-Control # requires nginx to be installed
287NLP-Service # requires javac
288Padre-Plugin-Moose # requires threaded perl
289Padre-Plugin-PDL # requires threaded perl
290Padre-Plugin-Snippet # requires threaded perl
291Paludis-UseCleaner # depends on cave::wrapper
292Perlanet # HTML::Tidy requires tidyp
293Perl-Dist-Strawberry-BuildPerl-5123 # windows only
294Perl-Dist-Strawberry-BuildPerl-5123 # windows only
295Perl-Dist-WiX-BuildPerl-5123 # windows only
296Perl-Dist-WiX # windows only
297Perl-Dist-WiX # windows only
298POE-Component-OpenSSH # requires ssh
299RDF-TrineX-RuleEngine-Jena # requires Jena
300SimpleDB-Class # requires memcached
301SVN-Simple-Hook # requires svn
302SVN-Tree # requires svn
303Template-JavaScript # requires v8
2ec35f55 304TheSchwartz-Moosified # requires DBI::Pg ?
305WebService-SendGrid # requires curl
306WebService-Tesco-API # requires curl
cdb8d8b2 307WWW-Contact # depends on curl
2ec35f55 308WWW-Curl-Simple # requires curl
72dc4616 309ZeroMQ-PubSub # requires zmq
310ZMQ-Declare # requires zmq
311
0aff3f28 312# flaky internet tests
6539278a 313iTransact-Lite # tests rely on internet site
72cfef4f 314Unicode-Emoji-E4U # tests rely on internet site
315WWW-eNom # tests rely on internet site
0aff3f28 316WWW-Finances-Bovespa # tests rely on internet site
317WWW-Vimeo-Download # tests rely on internet site
72cfef4f 318WWW-YouTube-Download-Channel # tests rely on internet site
0aff3f28 319
72dc4616 320# graphical
321App-CPAN2Pkg # tk tests are graphical
322App-USBKeyCopyCon # gtk tests are graphical
323CatalystX-Restarter-GTK # gtk tests are graphical
324Forest-Tree-Viewer-Gtk2 # gtk tests are graphical
325Games-Pandemic # tk tests are graphical
326Games-RailRoad # tk tests are graphical
327Games-Risk # tk tests are graphical
328Log-Dispatch-Gtk2-Notify # gtk tests are graphical
329LPDS # gtk tests are graphical
330Periscope # gtk tests are graphical
331Tk-Role-Dialog # tk tests are graphical
332Weaving-Tablet # tk tests are graphical
479647ca 333
8f655ca2 334# failing for a reason
8f655ca2 335Algorithm-KernelKMeans # mx-types-common changes broke it
72dc4616 336AnyEvent-BitTorrent # broken
337AnyEvent-Cron # intermittent failures
8f655ca2 338AnyEvent-Inotify-Simple # ??? (maybe issue with test::sweet)
339AnyEvent-JSONRPC # tests require recommended deps
340AnyEvent-Retry # mx-types-common changes broke it
72dc4616 341AnyMongo # doesn't compile
342App-ArchiveDevelCover # depends on nonexistent testdata::setup
8f655ca2 343App-Dataninja # bad M::I install in inc/
ec58481b 344App-Fotagger # Imager doesn't compile
8f655ca2 345App-Magpie # deps on URPM which doesn't exist
72dc4616 346App-MediaWiki2Git # git::repository is broken
347App-Munchies # depends on XML::DTD
8f655ca2 348App-TemplateServer # broken use of types
349App-TemplateServer-Provider-HTML-Template # dep on app-templateserver
350App-TemplateServer-Provider-Mason # dep on app-templateserver
351App-TemplateServer-Provider-TD # dep on app-templateserver
72dc4616 352App-Twimap # dep on Web::oEmbed::Common
353App-Validation-Automation # dep on Switch
354App-Wubot # broken
355Beagle # depends on term::readline::perl
72dc4616 356Bot-Backbone # poe-loop-ev prompts
acc37733 357Cache-Ehcache # hangs if server exists on port 8080
8f655ca2 358Cache-Profile # broken
8f655ca2 359Catalyst-Authentication-Store-LDAP-AD-Class # pod coverage fail
8f655ca2 360Catalyst-Controller-Resources # broken
72dc4616 361Catalyst-Controller-SOAP # broken
e8ba9394 362Catalyst-Model-Sedna # deps on Alien-Sedna which doesn't exist
363Catalyst-Plugin-Continuation # undeclared dep
72dc4616 364Catalyst-Plugin-Session-State-Cookie # broken
365Catalyst-Plugin-Session-Store-TestMemcached # dep with corrupt archive
e8ba9394 366Catalyst-Plugin-SwiffUploaderCookieHack # undeclared dep
72dc4616 367Catalyst-TraitFor-Request-PerLanguageDomains # dep on ::State::Cookie
368CatalystX-I18N # dep on ::State::Cookie
e8ba9394 369CatalystX-MooseComponent # broken
e8ba9394 370CatalystX-SimpleLogin # broken
371CatalystX-Usul # proc::processtable doesn't load
e8ba9394 372Cheater # parse::randgen is broken
373Class-OWL # uses CMOP::Class without loading cmop
ec58481b 374CM-Permutation # OpenGL uses graphics in Makefile.PL
e8ba9394 375Cogwheel # uses ancient moose apis
0aff3f28 376Config-Model # broken
377Config-Model-Backend-Augeas # deps on Config::Model
378Config-Model-OpenSsh # deps on Config::Model
e8ba9394 379Constructible # GD::SVG is a broken dist
72dc4616 380Constructible-Maxima # GD::SVG is a broken dist
e8ba9394 381Coro-Amazon-SimpleDB # amazon::simpledb::client doesn't exist
4513d67e 382CPAN-Digger # requires DBD::SQLite
72dc4616 383Data-AMF # missing dep on YAML
cf9832d2 384Data-Apache-mod_status # invalid characters in type name
72dc4616 385Data-Edit # dist is missing some modules
b595f862 386Data-Feed # broken (only sometimes?)
cf9832d2 387Data-PackageName # broken
388Data-Pipeline # uses ancient moose apis
72dc4616 389Data-SCORM # pod coverage fail
ec58481b 390Date-Biorhythm # Date::Business prompts in Makefile.PL
cf9832d2 391DayDayUp # MojoX-Fixup-XHTML doesn't exist
ec58481b 392DBICx-Modeler-Generator # broken (weirdly)
ec58481b 393DBIx-SchemaChecksum # broken
394Debian-Apt-PM # configure time failures
cf9832d2 395Devel-Events # broken (role conflict)
72dc4616 396Dist-Zilla-Deb # pod coverage fail
397Dist-Zilla-Plugin-ChangelogFromGit-Debian # git::repository is broken
9acdcfbb 398Dist-Zilla-Plugin-ProgCriticTests # broken
9acdcfbb 399DustyDB # uses old moose apis
72dc4616 400Dwimmer # broken
72dc4616 401Facebook-Graph # broken
402Fedora-Bugzilla # deps on nonexistent things
ec58481b 403FFmpeg-Thumbnail # undeclared dep
9acdcfbb 404File-DataClass # XML::DTD is a broken dist
72dc4616 405File-Stat-Moose # old moose apis
4de6e6a5 406File-Tail-Dir # intermittent fails (i think)
9acdcfbb 407Form-Factory # uses old moose apis
72dc4616 408FormValidator-Nested # broken
9acdcfbb 409Frost # broken
d1dc6007 410Games-Dice-Loaded # flaky tests
411Gitalist # broken
ec58481b 412GOBO # coerce with no coercion
72dc4616 413Google-Chart # recreating type constraints
9acdcfbb 414Google-Spreadsheet-Agent # pod::coverage fail
9acdcfbb 415Hobocamp # configure_requires needs EU::CChecker
416Horris # App::Horris isn't on cpan
72dc4616 417HTML-Grabber # pod::coverage fail
ec58481b 418HTML-TreeBuilderX-ASP_NET # broken
72dc4616 419HTTP-Engine-Middleware # missing dep on yaml
420Image-Robohash # Graphics::Magick doesn't exist
9acdcfbb 421JavaScript-Framework-jQuery # coerce with no coercion
72dc4616 422Jifty # Test::WWW::Selenium needs devel::repl
423JSORB # broken
9acdcfbb 424Jungle # broken
425Kamaitachi # pod::coverage fail
426KiokuDB-Backend-Files # broken
b5937bb0 427LaTeX-TikZ # broken (with moose)
0aff3f28 428marc-moose # broken (only sometimes?)
9acdcfbb 429Mail-Summary-Tools # DT::Format::DateManip is broken
430MediaWiki-USERINFO # broken
0aff3f28 431Method-Signatures # doesn't like ANY_MOOSE=Moose
ec58481b 432mobirc # http::engine broken
9acdcfbb 433MooseX-Attribute-Prototype # uses old moose apis
434MooseX-DBIC-Scaffold # needs unreleased sql-translator
9acdcfbb 435MooseX-Documenter # broken
ec58481b 436MooseX-DOM # "no Moose" unimports confess
9acdcfbb 437MooseX-Error-Exception-Class # metaclass compat breakage
72dc4616 438MooseX-Getopt-Usage # missing dep on Test::Class
9acdcfbb 439MooseX-Meta-Attribute-Index # old moose apis
440MooseX-Meta-Attribute-Lvalue # old moose apis
441MooseX-Struct # ancient moose apis
72dc4616 442MooseX-Types-Parameterizable # broken
b5937bb0 443MouseX-Types # broken (with moose)
72dc4616 444MySQL-Util # pod-coverage fail
445Nagios-Passive # broken
b5937bb0 446Net-APNS # broken (with moose)
9acdcfbb 447Net-FluidDB # broken
448Net-Fluidinfo # broken
72dc4616 449Net-Google-Blogger # broken
450Net-Google-FederatedLogin # broken
ec58481b 451NetHack-Item # NH::Monster::Spoiler is broken
452NetHack-Monster-Spoiler # broken (MX::CA issues)
9acdcfbb 453Net-HTTP-Factual # broken
454Net-Journyx # broken
72dc4616 455Net-Mollom # broken
9acdcfbb 456Net-Parliament # broken
457Net-Plurk # broken
2ec35f55 458Net-SSLeay-OO # broken
9acdcfbb 459Net-StackExchange # broken
9acdcfbb 460ODG-Record # Test::Benchmark broken
ec58481b 461Perlbal-Control # proc::processtable doesn't load
ec58481b 462Pg-BulkCopy # hardcodes /usr/bin/perl
72dc4616 463Pinto-Common # broken
464Pinto-Server # deps on pinto::common
465Plack-Middleware-Image-Scale # Image::Scale is broken
4de6e6a5 466Pod-Parser-I18N # missing dep on Data::Localize
ec58481b 467POE-Component-CPAN-Mirror-Multiplexer # broken
6539278a 468POE-Component-DirWatch # intermittent failures
469POE-Component-DirWatch-Object # intermittent failures
9acdcfbb 470POE-Component-ResourcePool # broken
9acdcfbb 471POE-Component-Server-PSGI # broken deps
ec58481b 472POE-Component-Server-SimpleHTTP-PreFork # broken deps
d1dc6007 473Poet # missing dep on Log::Any::Adapter::Log4perl
9acdcfbb 474POEx-ProxySession # broken deps
475POEx-PubSub # broken deps
476POEx-WorkerPool # broken deps
72dc4616 477PostScript-ScheduleGrid-XMLTV # XMLTV doesn't exist
478PRANG # broken
479Prophet # depends on term::readline::perl
9acdcfbb 480Queue-Leaky # broken
72dc4616 481Railsish # dep on nonexistent dist
9acdcfbb 482RDF-Server # "no Moose" unimports confess
9acdcfbb 483Reaction # signatures is broken
9acdcfbb 484Reflexive-Role-DataMover # broken (reflex::role changes?)
485Reflexive-Role-TCPServer # broken (reflex::role changes?)
72dc4616 486Reflexive-Stream-Filtering # broken
ec58481b 487RPC-Any # broken
9acdcfbb 488Scene-Graph # has '+attr' in roles
9acdcfbb 489Server-Control # proc::processtable doesn't load
0aff3f28 490Shipment # locale::subcountry is broken
72dc4616 491Silki # image::magick is broken
9acdcfbb 492SilkiX-Converter-Kwiki # file::mimeinfo expects (?-xism:
72dc4616 493Sloth # rest::utils is broken
d1dc6007 494Sque # couldn't fork server for testing
ec58481b 495SRS-EPP-Proxy # depends on xml::epp
9acdcfbb 496String-Blender # broken
497TAEB # broken
498Tail-Tool # Getopt::Alt doesn't exist
72dc4616 499Tapper-CLI # sys::info::driver::linux is broken
9acdcfbb 500Tapper-Installer # sys::info::driver::linux is broken
9acdcfbb 501Tapper-MCP-MessageReceiver # sys::info::driver::linux is broken
502Tapper-Reports-API # sys::info::driver::linux is broken
ec58481b 503Tapper-Testplan # sys::info::driver::linux is broken
9acdcfbb 504Telephone-Mnemonic-US # rpm-build-perl is broken
b5937bb0 505Template-Plugin-Heritable # weird dep issues (not test::dm related)
9acdcfbb 506Test-A8N # broken
ec58481b 507Test-Daily # configure errors
72dc4616 508Test-Pockito # broken
ec58481b 509Test-SFTP # Term::ReadPassword prompts in tests
72dc4616 510Test-WWW-Selenium-More # Test::WWW::Selenium needs devel::repl
511Text-Clevery # broken
512Thorium # depends on Hobocamp
9acdcfbb 513TryCatch-Error # broken
72dc4616 514Verby # deps on poe::component::resourcepool
515Weather-TW # missing dep on Mojo::DOM
516Web-API-Mapper # broken
517WebNano-Controller-CRUD # broken
cdb8d8b2 518Webservice-Intermine # broken tests
ec58481b 519WebService-Yes24 # broken
520WiX3 # broken
4513d67e 521WWW-Alltop # XML::SimpleObject configure fail
d1dc6007 522WWW-DataWiki # broken
9acdcfbb 523WWW-Fandango # bad dist
ec58481b 524WWW-FMyLife # broken
525WWW-Hashdb # test hangs, pegging cpu
0aff3f28 526WWW-Mechanize-Cached # tries to read from wrong build dir?
9acdcfbb 527WWW-Metalgate # Cache is broken
528WWW-Scramble # pod::coverage fail
72dc4616 529WWW-Sitemapper # broken
9acdcfbb 530WWW-StaticBlog # time::sofar is broken
72dc4616 531WWW-WebKit # missing configure_req on EU::PkgConfig
9acdcfbb 532WWW-Yahoo-Lyrics-JP # broken
9acdcfbb 533XIRCD # undeclared deps
534XML-EPP # coerce without coercion
72dc4616 535XML-SRS # deps on prang
2ec35f55 536XML-Writer-Compiler # broken tests
9acdcfbb 537Yukki # git::repository is broken
ec58481b 538Zucchini # File::Rsync prompts in Makefile.PL