Remove MooseX::App::Cmd::Command::BashComplete - it's been failing for a long time
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index e1b6c50..f941349 100644 (file)
@@ -4,14 +4,27 @@ use warnings;
 use Cwd qw( abs_path );
 use Test::More;
 
-plan skip_all => 'This test will not run unless you set MOOSE_TEST_MD to a true value'
-    unless $ENV{MOOSE_TEST_MD};
+BEGIN {
+    plan skip_all => 'This test will not run unless you set MOOSE_TEST_MD to a true value'
+        unless $ENV{MOOSE_TEST_MD};
+}
 
 use Test::Requires {
     'Test::DependentModules' => '0.01', # skip all if not installed
 };
 use Test::DependentModules qw( test_all_dependents test_module );
 
+use DateTime;
+use Class::MOP ();
+use Moose ();
+
+diag(     'Test run performed at: '
+        . DateTime->now
+        . ' with Class::MOP '
+        . Class::MOP->VERSION
+        . ' and Moose '
+        . Moose->VERSION );
+
 $ENV{PERL_TEST_DM_LOG_DIR} = abs_path('.');
 
 my $exclude = qr/^Acme-/x;
@@ -34,7 +47,6 @@ MooseX::Accessors::ReadWritePrivate
 MooseX::Aliases
 MooseX::AlwaysCoerce
 MooseX::App::Cmd
-MooseX::App::Cmd::Command::BashComplete
 MooseX::Async
 MooseX::Attribute::ENV
 MooseX::AttributeCloner
@@ -184,7 +196,6 @@ Lighttpd::Control
 Locale::POFileManager
 Markdent
 namespace::autoclean
-NetHack::Item
 Net::HTTP::API
 Net::Twitter
 Path::Router