Closed chexmix closed 3 years ago
Downloading URI-1.71.tar.gz with curl and installing with cpanm worked.
And this fixed the issue. I'm relieved but confused.
there's also --no-lwp
option to bypass LWP when you broke LWP that way, by falling back to curl, wget or HTTP::Tiny.
I am trying to set up a Perl environment for work -- am using perlbrew and have set the active Perl to 5.32.0. cpanm is installed and has been working flawlessly up to now.
I figured out I needed an older version of the URI module for some specific code to run without dying, so I used cpanm --uninstall to remove URI v. 5.05 (which is the current version of the module).
Since doing so, whenever I invoke cpanm to download / install a module, I now get this:
Is there any way to get cpanm working again?