[carton] 156/472: remove unused method

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 f21d7fb92899ce1f04943c5f5f7d04d110d40cad
Author: ikasam_a <masaki.nakagawa at gmail.com>
Date:   Thu Apr 12 21:12:23 2012 +0900

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

diff --git a/lib/Carton.pm b/lib/Carton.pm
index 7b651d4..c594440 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -10,7 +10,6 @@ use Config qw(%Config);
 use Carton::Util;
 use CPAN::Meta;
 use File::Path ();
-use File::Basename ();
 use File::Spec ();
 use File::Temp ();
 use Capture::Tiny 'capture';
@@ -328,17 +327,6 @@ sub run_cpanm {
     !system "cpanm", "--quiet", "-L", $self->{path}, "--notest", @args;
 }
 
-sub update_mirror_index {
-    my($self, $local_mirror) = @_;
-
-    my $index = $self->build_mirror_index($local_mirror);
-
-    my $file = "$local_mirror/modules/02packages.details.txt.gz";
-    File::Path::mkpath(File::Basename::dirname($file));
-    $self->build_mirror_file($index, $file)
-        or die "Bundling modules failed\n";
-}
-
 sub update_lock_file {
     my($self, $file) = @_;
 

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