[carton] 202/472: Remove unused code

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:47 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 4e62594fe3edfbbe4ec869161e3b036f9f18eb76
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu May 30 17:01:28 2013 +0900

    Remove unused code
---
 lib/Carton.pm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 72e0ee2..e0fd148 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -224,18 +224,6 @@ sub build_deps {
     return @deps;
 }
 
-sub run_cpanm_output {
-    my($self, @args) = @_;
-
-    my $deps = capture {
-        local $ENV{PERL_CPANM_OPT};
-        system "cpanm", "--quiet", "-L", $self->{path}, @args;
-    };
-    my @deps = split $/, $deps;
-
-    return @deps;
-}
-
 sub run_cpanm {
     my($self, @args) = @_;
     local $ENV{PERL_CPANM_OPT};

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