Everything for git and uploading a module references this blog post http://blog.usarundbrief.com/?p=36

Yes, but it still gives away the secret :)

1) have the cpan distrbution layout (module-starter guarantees this)

2) tag a release on github

3) give pause regular github tarball url with with a cpan dist style filename at end, ie give it http://github.com/username/perl-module-dist/tarball/tagname/Perl-Module-Dist-1.22.tgz

And thats it, then press “Upload this URL” and you're done

The caveats are, don't forgot to make manifest... so you have a MANIFEST and META.yml in the git repo


In reply to Re^4: Submitting a module to cpan (releasing using git) by Anonymous Monk
in thread Submitting a module to cpan by jillrowe

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.