[carton] 439/472: for old perls MakeMaker might be upgraded for -L support (?)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:34 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 255ec4c590096bb501af2644dcec87343c683f8f
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sun Apr 19 19:22:15 2015 +0200

    for old perls MakeMaker might be upgraded for -L support (?)
---
 xt/cli/mirror.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xt/cli/mirror.t b/xt/cli/mirror.t
index ae798f9..5ab9a29 100644
--- a/xt/cli/mirror.t
+++ b/xt/cli/mirror.t
@@ -15,7 +15,7 @@ EOF
     $app->run("install");
 
     $app->run("list");
-    is $app->stdout, "Hash-MultiValue-0.08\n";
+    like $app->stdout, qr/^Hash-MultiValue-0.08/m;
 }
 
 {
@@ -29,7 +29,7 @@ EOF
     $app->run("install");
 
     $app->run("list");
-    like $app->stdout, qr/^PSGI-/;
+    like $app->stdout, qr/^PSGI-/m;
 }
 
 done_testing;

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