Raku / modules.raku.org

Source code for modules.raku.org - Raku module listing
https://modules.raku.org/
Artistic License 2.0
27 stars 27 forks source link

US-ASCII listed twice, wrong version, missing links #106

Open ronaldxs opened 6 years ago

ronaldxs commented 6 years ago

Yesterday, to try to fix a missing link to the tarball, I uploaded US-ASCII-0.6.6.tar.gz to CPAN. If I search for it using modules.perl6.org the module is listed twice with both links pointing to version 0.6.5 and the Dist source pointing to GitHub instead of CPAN, and no Dist repository link. @zoffixznet, thank you for looking at my CPAN migration problems and sorry for all the trouble.

The change in name of the tarball from Perl6-US-ASCII-0.6.5.tar.gz to US-ASCII-0.6.6.tar.gz was my attempt to fix a broken link on the modules.perl6.org page.

zoffixznet commented 6 years ago

is listed twice

The cause for that one is likely https://github.com/perl6/modules.perl6.org/issues/97 Even though it's not "deleted", the fact that the same dist has been uploaded under different tarball names probably makes the dist builder process them separately and there's no mechanism to inspect that actual name field in the metafile IIRC. So fixing #97 should fix this too.

Dist source pointing to GitHub instead of CPAN

Pretty sure the cause would be in the work done in f7fdf0b, 469084c, and b3e6756