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.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt/cli/check.t b/xt/cli/check.t
index 6fa9e7c..949cca8 100644
--- a/xt/cli/check.t
+++ b/xt/cli/check.t
@@ -27,7 +27,7 @@ EOF
like $app->stdout, qr/Try-Tiny-0\.11/;
$app->write_cpanfile(<<EOF);
-requires 'Try::Tiny', '0.12';
+requires 'Try::Tiny', '0.16';
EOF
$app->run("check");
@@ -45,7 +45,7 @@ EOF
like $app->stdout, qr/are satisfied/;
$app->run("list");
- like $app->stdout, qr/Try-Tiny-0\.12/;
+ like $app->stdout, qr/Try-Tiny-0\.16/;
$app->write_cpanfile(<<EOF);
requires 'Try::Tiny', '10.00';