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