From 43e06abdb2dc49f7af662418a8d83cc221bb90c7 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Fri, 19 Jul 2013 22:32:56 -0700 Subject: update Try::Tiny --- xt/cli/check.t | 4 ++-- xt/cli/update.t | 4 ++-- 2 files changed, 4 insertions(+), 4 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(<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(< sub { my $app = cli(); $app->write_cpanfile(<run("install"); $app->run("list"); - like $app->stdout, qr/Try-Tiny-0\.12/; + like $app->stdout, qr/Try-Tiny-0\.16/; $app->write_cpanfile(<