Remove MooseX::App::Cmd::Command::BashComplete - it's been failing for a long time
[gitmo/Moose.git] / xt / author / test-my-dependents.t
index 8701803..f941349 100644 (file)
@@ -17,10 +17,13 @@ use Test::DependentModules qw( test_all_dependents test_module );
 use DateTime;
 use Class::MOP ();
 use Moose ();
-print 'Test run performed at: ' . DateTime->now,
-    ' with Class::MOP ', Class::MOP->VERSION,
-    ' and Moose ', Moose->VERSION, "\n";
 
+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('.');
 
@@ -44,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