Normally, you get (three) mails from PAUSE and CPAN about the progress of your submission. As for DBIx::Perform, there already is such a module, so maybe the name clash is part of the problem. I normally use Module::Release to handle the nitty-gritty of running the tests, updating cvs and then uploading to PAUSE. Once the stuff is on PAUSE, it's a matter of minutes until it's moved into the CPAN and then it takes maybe a day until it shows up via CPAN.

So, likely, something went wrong with your upload. Uploading as .tar.gz is the common way as bzip2 is not available everywhere that Perl is, at least not by default. You should have given the module a new name or requested co-maintainership from the original author - that shouldn't prevent search.cpan.org from indexing your module, but it would have "UNAUTHORIZED RELEASE" in big red letters besides it. Other than that, the PAUSE/CPAN process is pretty lenient.


In reply to Re: what does it take to get a module accepted by CPAN? by Corion
in thread what does it take to get a module accepted by CPAN? by bkchapin

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.