G'day AM,

No worries about "3 years later" -- for various personal reasons, this is the first time I've logged in for over six months.

In my original post, I had requested others to report their findings on other systems. Your feedback re Ubuntu is very much appreciated; it's also prompted to me to add a new note about openSUSE (which I've been setting up for $work recently).

You may find the following CVEs of interest: CVE-2020-16156 and CVE-2023-31484.

Here's my current cpan shell setup (locally on Cygwin with Perl v5.40.0) for the configuration items you discussed:

$ perl -v | head -2 | tail -1 This is perl 5, version 40, subversion 0 (v5.40.0) built for cygwin-th +read-multi ken@titan ~/tmp $ cpan cpan shell -- CPAN exploration and modules installation (v2.36) Enter 'h' for help. cpan[1]> o conf pushy_https pushy_https [0] Type 'o conf' to view all configuration items cpan[2]> o conf urllist urllist 0 [https://www.cpan.org/] 1 [https://cpan.metacpan.org/] Type 'o conf' to view all configuration items cpan[3]> q Lockfile removed. ken@titan ~/tmp

Update: Added perl -v ... command.

— Ken


In reply to Re^2: cpan: Terminal does not support AddHistory. by kcott
in thread cpan: Terminal does not support AddHistory. by kcott

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.