Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Pod::Perl5 #591

Closed AlexDaniel closed 3 years ago

AlexDaniel commented 5 years ago

Module Pod::Perl5 cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Pod::Perl5
No candidates found matching identity: Pod::Perl5

Ping @dnmfarrell

dnmfarrell commented 5 years ago

I tested this last month with the latest Rakudo on Linux and it built and passed all tests. Any idea what the test failures are, or under what conditions they occur?

jonathanstowe commented 5 years ago

I think this is to do with the ecosystem rather than anything else. It's not getting as far as downloading it to run the tests.

Altai-man commented 5 years ago

Apparently, META.list has contained a link to old META.info, not updated META6.json file, which resulted into 404, which resulted into impossibility to install the module. Should be fixed with https://github.com/perl6/ecosystem/commit/a769896417dafe7945ff2459c619a8bd7c01f360

JJ commented 3 years ago

This installs now without a problem. Closing. @Altai-man ++