From 91ddc0c875188b2f24b27e54bda8a50b6796e395 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Thu, 20 Oct 2011 08:09:18 +0200 Subject: [PATCH] Make core-cpan-diff work with a minicpan It was trying to download a test file that doesn't exist in minicpans. --- Porting/core-cpan-diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff index 8cabf2c..3e9c6a3 100644 --- a/Porting/core-cpan-diff +++ b/Porting/core-cpan-diff @@ -158,7 +158,7 @@ sub run { } $mirror_url .= "/" unless substr( $mirror_url, -1 ) eq "/"; - my $test_file = "modules/07mirror.yml"; + my $test_file = "modules/03modlist.data.gz"; my_getstore( cpan_url( $mirror_url, $test_file ), catfile( $cache_dir, $test_file ) -- 2.7.4