G'day misterperl,

"CPAN said I had an update this morning, so I performed it, to v2.36 ."

Thanks for the heads-up. 😉 CPAN is indeed showing version 2.36 (updated 4 days ago). In response, I did the following:

ken@titan ~/tmp $ cpan ... cpan[1]> install CPAN ... ANDK/CPAN-2.36.tar.gz /usr/bin/make install -- OK cpan[2]> q $ perl -MCPAN -E 'say $CPAN::VERSION' 2.36 $ cpan -v /home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/cpan script version 1.6 +78, CPAN.pm version 2.36 ken@titan ~/tmp $ cpan ... cpan[1]> o conf urllist urllist 0 [https://www.cpan.org/] 1 [https://cpan.metacpan.org/] ... cpan[2]> q $ ls -l ~/.cpan/CPAN/MyConfig.pm -rw-r--r-- 1 ken None 2286 May 31 2022 /home/ken/.cpan/CPAN/MyConfig. +pm $ grep urllist ~/.cpan/CPAN/MyConfig.pm 'urllist' => [q[https://www.cpan.org/], q[https://cpan.metacpan.org/ +]], $ perl -v | head -2 | tail -1 This is perl 5, version 36, subversion 0 (v5.36.0) built for cygwin-th +read-multi $ which perl /home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/perl $ which cpan /home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/cpan

So, everything worked for me. Unfortunately, "I performed it", "when I try to do almost anything", and similarly vague statements, do not help us to help you. Please provide something along the same lines as I've shown above; then we'll have concrete information to work with.

Please also use the "preview" button as many times as necessary to fix your markup; only then use the "create" button.

If you're making changes, but they don't seem to be taking effect, it's possible that some misalignment is occurring between perl and cpan. See my "which" commands above which show perl and cpan in the same directory.

See also the vulnerability "CVE-2020-16156: CPAN 2.28 allows Signature Verification Bypass" and, linked from there, "Addressing CPAN vulnerabilities related to checksums" which explains the problem and how to fix it.

You could also look at "CPAN Testers Matrix: CPAN 2.36" to see if others, with the same O/S and Perl version as you have, are experiencing any problems.

Another place to check is "Active bugs for CPAN". There are a lot there; I'll leave to wade through them to see if anything matches your problem.

— Ken


In reply to Re: CPAN broken after update by kcott
in thread CPAN broken after update by misterperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.