[carton] 155/472: rm unused

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:43 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 2bdd1d735c83a8c58813c4f4f5a77eacf23b6da6
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu Apr 12 21:08:00 2012 +0900

    rm unused
---
 lib/Carton.pm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 681e248..44b7286 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -72,12 +72,6 @@ sub list_dependencies {
     return map "$_~$hash->{$_}", keys %$hash; # TODO refactor to not rely on string representation
 }
 
-sub install_modules {
-    my($self, $modules) = @_;
-    $self->install_conservative($modules, 1)
-        or die "Installing modules failed\n";
-}
-
 sub install_from_lock {
     my($self) = @_;
 

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