The right place for patches to the perlfaq are perlfaq-workers@perl.org. However, in this case I'll just write the answer myself and add it to the faq since I'm not only a perlfaq maintainer, but I'm also a PAUSE admin. :)

And, even as I post this, it is already committed to perlfaq7 and submitted to the CPAN and PAUSE FAQs.

Here's the answer:


How do I adopt or take over a module already on CPAN?

The easiest way to take over a module is to have the current module maintainer either make you a co-maintainer or transfer the module to you.

If you can't reach the author for some reason (e.g. email bounces), the PAUSE admins at modules@perl.org can help. The PAUSE admins treat each case individually.

  1. Get a login for the Perl Authors Upload Server (PAUSE) if you don't already have one: http://pause.perl.org
  2. Write to modules@perl.org explaining what you did to contact the current maintainer. The PAUSE admins will also try to reach the maintainer.
  3. Post a public message in a heavily trafficed site announcing your intention to take over the module.
  4. Wait a bit. The PAUSE admins don't want to act too quickly in case the current maintainer is on holiday. If there's no response to private communication or the public post, a PAUSE admin can transfer it to you.
--
brian d foy <brian@stonehenge.com>
Subscribe to The Perl Review

In reply to Re^2: perlfaq candidate: "How do I adopt an abandoned module ? " by brian_d_foy
in thread perlfaq candidate: "How do I adopt an abandoned module ? " by syphilis

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.