[carton] 415/472: bump

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:30 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 60c88623a8844105ba4aacee7a24e54b81724e08
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Aug 17 11:40:29 2013 -0700

    bump
---
 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 beb2b64..4e2e69a 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\.17/;
+    like $app->stdout, qr/Try-Tiny-0\.18/;
 
     $app->write_cpanfile(<<EOF);
 requires 'Try::Tiny', '10.00';
diff --git a/xt/cli/update.t b/xt/cli/update.t
index a209aa2..4faabb8 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\.17/;
+    like $app->stdout, qr/Try-Tiny-0\.18/;
 
     $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