[carton] 412/472: bump Try::Tiny

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit 7f0f11daef8b3806799aeaa0f2745166a32ee41d
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Fri Aug 16 18:50:52 2013 -0700

    bump Try::Tiny
---
 xt/cli/check.t  | 2 +-
 xt/cli/update.t | 2 +-
 2 files changed, 2 insertions(+), 2 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';
diff --git a/xt/cli/update.t b/xt/cli/update.t
index 671c037..a209aa2 100644
--- a/xt/cli/update.t
+++ b/xt/cli/update.t
@@ -54,7 +54,7 @@ requires 'Try::Tiny', '0.16';
 EOF
     $app->run("install");
     $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', '== 0.09';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list