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