From 534397bf9ec42b77059be9077d48c337b74fbe69 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 5 Jun 2013 23:23:03 +0900 Subject: debug --- xt/cli/mismatch.t | 2 ++ 1 file changed, 2 insertions(+) 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/; } -- cgit v1.2.1