I'd say contact the CPAN people and explain the problem, stating the fact that you have a working module that is a good replacement. Switching maintainers happens when there is no way to contact the author.

Otherwise, as much as I dislike duplicated code, I'd go for the option of taking the code from Sys::HostIP and putting it into your own module directly. It happens all the time, and is a better solution for end-users than having to use two different modules while you wait for ownership transmission to happen. Plus, it's likely that over time you will come up with some changes to that part of the code, and a year down the line it might not even look anything like what you ripped^W^W^W^Wborrowed from HostIP.

PS: have you tried a google search on the author's name ? It often yields some info...

-- darobin

In reply to Re: Module Maintainence 2, Electric Boogaloo by darobin
in thread Module Maintainence 2, Electric Boogaloo by BlueLines

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.