summaryrefslogtreecommitdiff
path: root/xt/cli/check.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/cli/check.t')
-rw-r--r--xt/cli/check.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/cli/check.t b/xt/cli/check.t
index 53a07fc..beb2b64 100644
--- a/xt/cli/check.t
+++ b/xt/cli/check.t
@@ -45,7 +45,7 @@ EOF
like $app->stdout, qr/are satisfied/;
$app->run("list");
- like $app->stdout, qr/Try-Tiny-0\.16/;
+ like $app->stdout, qr/Try-Tiny-0\.17/;
$app->write_cpanfile(<<EOF);
requires 'Try::Tiny', '10.00';