and more things to clean up
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index d5a86f2..e215aa4 100644 (file)
@@ -62,6 +62,7 @@ my @skip_prefix = qw(Acme Task Bundle);
 my %skip = map { $_ => 1 } (
     'App-CPAN2Pkg',                 # tk tests are graphical
     'App-USBKeyCopyCon',            # gtk tests are graphical
+    'Bot-Backbone',                 # poe-loop-ev prompts
     'CatalystX-Restarter-GTK',      # gtk tests are graphical
     'CM-Permutation',               # OpenGL uses graphics in Makefile.PL
     'Dackup',                       # depends on running ssh
@@ -87,20 +88,25 @@ my %skip = map { $_ => 1 } (
 );
 
 my %name_fix = (
+    'App-passmanager'                => 'App::PassManager',
     'App-PipeFilter'                 => 'App::PipeFilter::Generic',
     'Constructible'                  => 'Constructible::Maxima',
     'DCOLLINS-ANN-Locals'            => 'DCOLLINS::ANN::Robot',
     'Dist-Zilla-Deb'                 => 'Dist::Zilla::Plugin::Deb::VersionFromChangelog',
     'Dist-Zilla-Plugins-CJM'         => 'Dist::Zilla::Plugin::TemplateCJM',
     'Dist-Zilla-Plugin-TemplateFile' => 'Dist::Zilla::Plugin::TemplateFiles',
+    'Google-Directions'              => 'Google::Directions::Client',
     'helm'                           => 'Helm',
+    'HTML-Untemplate'                => 'HTML::Linear',
     'marc-moose'                     => 'MARC::Moose',
     'mobirc'                         => 'App::Mobirc',
     'OWL-Simple'                     => 'OWL::Simple::Class',
     'Patterns-ChainOfResponsibility' => 'Patterns::ChainOfResponsibility::Application',
     'Role-Identifiable'              => 'Role::Identifiable::HasIdent',
     'smokebrew'                      => 'App::SmokeBrew',
+    'Treex-Parser-MSTperl'           => 'Treex::Tool::Parser::MSTperl',
     'v6-alpha'                       => 'v6',
+    'WebService-LOC-CongRec'         => 'WebService::LOC::CongRec::Crawler',
     'X11-XCB'                        => 'X11::XCB::Connection',
     'XML-Ant-BuildFile'              => 'XML::Ant::BuildFile::Project',
 );
@@ -110,7 +116,7 @@ my @dists = sort
             map  { $_->{fields}{distribution} }
             @{ $res->{hits}{hits} };
 
-plan tests => scalar @modules;
+plan tests => scalar @dists;
 for my $dist (@dists) {
     note($dist);
     my $module = $dist;
@@ -129,7 +135,12 @@ for my $dist (@dists) {
 }
 
 __DATA__
-# weird errors
+# indexing issues (test::dm bugs)
+Hopkins                                # couldn't find on cpan
+Pod-Elemental-Transformer-VimHTML      # couldn't find on cpan
+PostScript-Barcode                     # couldn't find on cpan
+
+# weird errors (test::dm bugs)
 Alice                                  # can't resolve distribution
 Config-Model-Backend-Augeas            # deps on Config::Model
 Config-Model                           # can't run tests
@@ -143,7 +154,7 @@ Pod-Weaver-Section-Extends             # ???
 TryCatch                               # can't run tests
 XML-Rabbit                             # can't run tests
 
-# Test::DM doesn't install deps properly (???)
+# doesn't install deps properly (test::dm bugs)
 App-Benchmark-Accessors                # deps aren't installed correctly (???)
 Bot-BasicBot-Pluggable                 # deps aren't installed correctly (???)
 Code-Statistics                        # deps aren't installed correctly (???)
@@ -155,6 +166,7 @@ Erlang-Parser                          # deps aren't installed correctly (???)
 Foorum                                 # deps aren't installed correctly (???)
 Graphics-Primitive-Driver-CairoPango   # deps aren't installed correctly (???)
 Grimlock                               # deps aren't installed correctly (???)
+IM-Engine-Plugin-Dispatcher            # deps aren't installed correctly (???)
 IMS-CP-Manifest                        # deps aren't installed correctly (???)
 Locale-Handle-Pluggable                # deps aren't installed correctly (???)
 marc-moose                             # deps aren't installed correctly (???)
@@ -231,6 +243,7 @@ App-Mimosa                             # requires fastacmd
 App-PgCryobit                          # requires postgres installation
 Archive-RPM                            # requires cpio
 Catalyst-Engine-Stomp                  # depends on alien::activemq
+Catalyst-Plugin-Session-Store-Memcached # requires memcached
 Cave-Wrapper                           # requires cave to be installed
 CHI-Driver-Redis                       # requires redis server
 Crypt-Random-Source-Strong-Win32       # windows only
@@ -345,6 +358,7 @@ CPAN-Digger                            # requires DBD::SQLite
 Data-AMF                               # missing dep on YAML
 Data-Apache-mod_status                 # invalid characters in type name
 Data-Edit                              # dist is missing some modules
+Data-Feed                              # broken (only sometimes?)
 Data-PackageName                       # broken
 Data-Pipeline                          # uses ancient moose apis
 Data-SCORM                             # pod coverage fail
@@ -382,13 +396,13 @@ HTML-Grabber                           # pod::coverage fail
 HTML-TreeBuilderX-ASP_NET              # broken
 HTTP-Engine-Middleware                 # missing dep on yaml
 Image-Robohash                         # Graphics::Magick doesn't exist
-IM-Engine-Plugin-Dispatcher            # p::d::declarative changed dists
 JavaScript-Framework-jQuery            # coerce with no coercion
 Jifty                                  # Test::WWW::Selenium needs devel::repl
 JSORB                                  # broken
 Jungle                                 # broken
 Kamaitachi                             # pod::coverage fail
 KiokuDB-Backend-Files                  # broken
+LaTeX-TikZ                             # broken (with moose)
 Mail-Summary-Tools                     # DT::Format::DateManip is broken
 MediaWiki-USERINFO                     # broken
 Mildew                                 # depends on mxms
@@ -404,8 +418,10 @@ MooseX-Meta-Attribute-Lvalue           # old moose apis
 MooseX-Method-Signatures               # broken
 MooseX-Struct                          # ancient moose apis
 MooseX-Types-Parameterizable           # broken
+MouseX-Types                           # broken (with moose)
 MySQL-Util                             # pod-coverage fail
 Nagios-Passive                         # broken
+Net-APNS                               # broken (with moose)
 Net-FluidDB                            # broken
 Net-Fluidinfo                          # broken
 Net-Google-Blogger                     # broken
@@ -458,6 +474,7 @@ Tapper-MCP                             # sys::info::driver::linux is broken
 Tapper-Reports-API                     # sys::info::driver::linux is broken
 Tapper-Testplan                        # sys::info::driver::linux is broken
 Telephone-Mnemonic-US                  # rpm-build-perl is broken
+Template-Plugin-Heritable              # weird dep issues (not test::dm related)
 Test-A8N                               # broken
 Test-BDD-Cucumber                      # clone::fast is broken
 Test-Daily                             # configure errors