Hi Monks,

Trying to read the tea leaves with:

cpan[1]> install XML::DoubleEncodedEntities + Reading '/root/.cpan/Metadata' Database was generated on Thu, 29 Dec 2022 05:17:02 GMT Running install for module 'XML::DoubleEncodedEntities' Warning: checksum file '/root/.cpan/sources/authors/id/D/DC/DCANTRELL/ +CHECKSUMS' not conforming. The cksum does not contain the key 'cpan_path' for 'XML-DoubleEncodedE +ntities-1.1.tar.gz'. Proceed nonetheless? [no]

I'm trying to understand this, and I would say that this seems not to be the usual problem of not having installed the headers that this needs. I ran this command seemingly successfully:

sudo apt install libxml2-dev

, but ended up with the same warning before as after.

As I read it, I would think to not trust the source, but "CANT" seems to be the author, so that shoe doesn't fit either.

Q1) What does this message mean? It's a prereq for Astro::SIMBAD::Client.

The answer could also be that the the SIMBAD project has sunseted in significant ways, as indicated by the first paragraph at Astro::SIMBAD::Client:

As of release 0.027_01 the SOAP interface is deprecated. The Universit +y of Strasbourg has announced at https://cds.u-strasbg.fr/resources.g +ml?id=soap that this interface will not be maintained after April 1 2 +014, and that this interface will be stopped on December 31 2018.

Fishing for tips,


In reply to cpan warning for XML::DoubleEncodedEntities by Aldebaran

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.