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