[carton] 433/472: new cpanm has actually fixed this

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

    new cpanm has actually fixed this
---
 cpanfile          |  2 +-
 xt/cli/mismatch.t | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/cpanfile b/cpanfile
index 5f2c6d5..e197b2a 100644
--- a/cpanfile
+++ b/cpanfile
@@ -16,7 +16,7 @@ requires 'Moo', 1.002;
 requires 'Path::Tiny', 0.033;
 
 # MYMETA support
-requires 'App::cpanminus', 1.6940;
+requires 'App::cpanminus', 1.7029;
 requires 'ExtUtils::MakeMaker', 6.64;
 requires 'Module::Build', 0.4004;
 
diff --git a/xt/cli/mismatch.t b/xt/cli/mismatch.t
index 613b56b..11d5af4 100644
--- a/xt/cli/mismatch.t
+++ b/xt/cli/mismatch.t
@@ -13,14 +13,11 @@ EOF
     $app->run("install");
     $app->run("list");
 
- TODO: {
-        local $TODO = "depends which module it tries to install first";
-        like $app->stdout, qr/Data-Dumper-2\.139/;
-        like $app->stdout, qr/Test-Differences-0\.61/;
+    like $app->stdout, qr/Data-Dumper-2\.139/;
+    like $app->stdout, qr/Test-Differences-0\.61/;
 
-        $app->run("check");
-        like $app->stdout, qr/are satisfied/;
-    }
+    $app->run("check");
+    like $app->stdout, qr/are satisfied/;
 }
 
 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