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