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 <miyag...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to