summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xt/cli/mismatch.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index 6a5149c..fc08341 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -12,6 +12,8 @@ EOF
$app->run("install");
$app->run("list");
+ use Data::Dumper;
+ warn Dumper $app;
like $app->stdout, qr/Data-Dumper-2\.139/;
like $app->stdout, qr/Test-Differences-0\.61/;
}