summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2011-10-20 08:09:18 +0200
committerSteffen Mueller <smueller@cpan.org>2011-10-20 08:09:18 +0200
commit91ddc0c875188b2f24b27e54bda8a50b6796e395 (patch)
tree69aa942d9cf1069a7a4a865c385c3194ad73da8f /Porting
parent6439ee77e18d6c3844dbd6ff6502eb38f391188c (diff)
downloadperl-91ddc0c875188b2f24b27e54bda8a50b6796e395.tar.gz
Make core-cpan-diff work with a minicpan
It was trying to download a test file that doesn't exist in minicpans.
Diffstat (limited to 'Porting')
-rw-r--r--Porting/core-cpan-diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff
index 8cabf2ced7..3e9c6a38cf 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 )