Open
Description
I was doing a lot of scripts to fetch stuff from backpan, rotating with metacpan's server, and I found a few inconsistencies. Metacpan 404's for several hundred .meta
files at least.
(
X="authors/id/K/KR/KRAIH/Mojolicious-1.3.meta" ;
diff -Naur <( curl cpan.metacpan.org/$X ) <( curl backpan.cpantesters.org/$X )
)
Gives a substantial difference, one of course being a 404.
Metadata
Metadata
Assignees
Labels
No labels