[carton] 211/472: remove unused

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 4f1a924956c238d09219d7278c3943c67385a9fe
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Thu May 30 18:01:58 2013 +0900

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

diff --git a/lib/Carton.pm b/lib/Carton.pm
index b91cef1..5c30259 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -106,18 +106,6 @@ sub install {
     ) or die "Installing modules failed\n";
 }
 
-sub build_packages {
-    my($self, $index) = @_;
-
-    my @packages;
-    for my $package (sort keys %$index) {
-        my $module = $index->{$package};
-        push @packages, [ $package, $module->{version}, $module->{meta}{pathname} ];
-    }
-
-    return @packages;
-}
-
 sub build_index {
     my($self, $lock) = @_;
 

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