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