>>>>> On Mon, 10 Jan 2022 02:33:34 -0300, Alceu Rodrigues de Freitas Junior via >>>>> cpan-testers-discuss <cpan-testers-discuss@perl.org> said:
> Greetings, > I've getting some errors when trying to install a module of mine > (App::SpamcupNG) which has describe as dependency (PREREQ_PM) with the > cpan client. > For some reason, it seems the module is not being index properly (I > cannot find it in the mods table when looking into the CPAN::SQLite > local database). You can turn off and on the use of CPAN::SQLite with o conf use_sqlite 0 o conf use_sqlite 1 And in both modes you can use the cpan shell and thus compare whether it is a problem with CPAN::SQLite or something else. You can also call reload index This operation may take a while with CPAN::SQLite on, be patient. > On the other hand, I can install it with the cpanm (with cpanm > HTML::Form) or with the cpan shell like this: > cpan[1]> install OALDERS/HTML-Form-6.07.tar.gz > Is that some issue with my local setup or the distribution itself? I have no problem with HTML::Form in the cpan shell with or without use_sqlite on or off. Greetings, -- andreas