I've learned that SOAP is a relative of SMTP.

That's certainly not how I would phrase it. Perhaps you can explain how you think they are "relatives"?

Specifically, adiosing the lines:

The following optional modules were not available: * SOAP::Lite is not available. This module is required for the query() method. If you do not intend to use this method, SOAP::Lite is not needed. It is not necessary to install these now. If you decide to install the +m later, this software will make use of them when it finds them.

I never use Module::Build when I have the choice but it looks to me like that is Module::Build boilerplate. The only way you are going to remove this is to change the distribution's dependencies such that SOAP::Lite is no longer a recommended dependency.

Does the # commented line represent a test?

No. It is a diagnostic message output by the test script which is not part of TAP. You can safely ignore it if all your tests pass. I think this means we can safely bypass Q3, Q4 and Q5. :-)

Q6) Are there more subtle ways to do this?

Dear $DEITY I hope not. That's an unattended privilege escalation and is 100% asking for trouble. Don't even go there.


🦛


In reply to Re: looking at tests was: cpan warning by hippo
in thread 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.