[carton] 340/472: use stdout due to cpanm update

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:22 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 8603ef3f3fbc9d1b2ae7986401199e6255515bb7
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Tue Jul 23 01:56:17 2013 -0700

    use stdout due to cpanm update
---
 xt/cli/update.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xt/cli/update.t b/xt/cli/update.t
index 39f0395..671c037 100644
--- a/xt/cli/update.t
+++ b/xt/cli/update.t
@@ -37,7 +37,7 @@ EOF
     like $app->stdout, qr/Try-Tiny-0\.09/;
 
     $app->run("update", "Try::Tiny");
-    like $app->stderr, qr/installed Try-Tiny-0\.12.*upgraded from 0\.09/;
+    like $app->stdout, qr/installed Try-Tiny-0\.12.*upgraded from 0\.09/;
 
     $app->run("check");
     like $app->stdout, qr/are satisfied/;

-- 
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