summaryrefslogtreecommitdiff
path: root/Porting/core-cpan-diff
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-15 17:15:19 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-15 17:15:19 -0500
commit4109bc0cd01be0ee6d8953b0e2c4f1638369a06e (patch)
tree848091d4474c93f4c372e3a5514fea0a2f6167d6 /Porting/core-cpan-diff
parenta6e26d78b9f625c37709d597c34fcabd886f8352 (diff)
downloadperl-4109bc0cd01be0ee6d8953b0e2c4f1638369a06e.tar.gz
minicpan doesn't set up the by-authors symlink
Diffstat (limited to 'Porting/core-cpan-diff')
-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 2ecbc2c49f..b2909410e7 100644
--- a/Porting/core-cpan-diff
+++ b/Porting/core-cpan-diff
@@ -194,7 +194,7 @@ sub cpan_url_distribution {
my ( $mirror_url, $distribution ) = @_;
$distribution =~ /^([A-Z])([A-Z])/
or die "ERROR: invalid DISTRIBUTION name (not /^[A-Z]{2}/): $distribution\n";
- my $path = "modules/by-authors/id/$1/$1$2/$distribution";
+ my $path = "authors/id/$1/$1$2/$distribution";
return cpan_url( $mirror_url, $path );
}