I was trying to autobundle an old perl setup but cpan was just sitting there failing to contact mirrors (cpanm user so that mirror list was probably ancient). This inspired me to visit https://www.cpan.org/SITES.html where it says www.cpan.org don't do mirrors anymore. Created the autobundle like so:
cpan -M https://www.cpan.org -a

Replies are listed 'Best First'.
Re: CPAN autobundle fail
by choroba (Cardinal) on Apr 10, 2024 at 18:15 UTC
Re: CPAN autobundle fail
by marto (Cardinal) on Apr 10, 2024 at 18:25 UTC
      It would be nice if the CPAN "Mirrors" page was edited to say more, like:
        "you can just point at www.cpan.org and go":

        Run cpan then set the mirror:

        cpan o conf urllist www.cpan.org o conf commit
        Or set a temporary mirror:
        cpan -M https://www.cpan.org
      Thanks for the link.