Thank you. FWIW, this is the other advice I received, which makes sense:

Net::Ident appears to be abandoned to some degree.

Version 1.20 was written in 1999, and some CPAN testers have failed to install this module. The problem, I believe, is caused by not being able to connect to particular servers the author has specified in the test scripts. After 5 years, it isn't all that surprising if they no longer exist.
From the top of "t/Ident.t":
# test the Net::Ident module, which is a bitch, because you really # need an ident daemon to test it, and then you usually get a connecti +on # from a remote machine, and then ask for the username. # so what we do is try to make a connection to an ident daemon, on # some machine, and if that succeeds, see if we can do a successful lo +okup # on that. # This isn't guaranteed to succeed. If you are not (properly) connecte +d # to the internet, and if your localhost doesn't run an ident daemon, # then this script won't work. If you do know a machine that you can # currently reach, which runs an ident daemon, then put it's name or # IPnumber in the 'hosts' file in the t/ directory. #

You have two choices:

1. Install manually, jumping through the hoops to get the tests to pass. From the comment it looks like "t/hosts" is the hoop you need.

2. Force install without tests.

In reply to Re^2: make test error installing Net::Ident by emailbuilder88
in thread make test error installing Net::Ident by emailbuilder88

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.