I always recommend Minilla to new authors and those who don't want to have to think about their authoring tool. As others have covered it is very good at "just doing it" for the 90% case.

Another simple tool I recommend to new authors if they are the type that wants to have more control over the process is mbtiny. This is a bit limited since it can only use Module::Build::Tiny as the installer, but for the cases it works for, it makes the release process very simple and leaves everything else up to you.

If you want full control of the process, have complex needs, or just are very bored, then it may be worth diving into Dist::Zilla. I encourage starting with Dist::Zilla::Starter, and then using @Starter::Git (or @Starter if you are not using git) (shameless plug, I've written all of these). Similarly to mbtiny, it will simplify all of the core processes for you in a modern way, and let you decide how everything else should work via configuration and additional plugins. I also encourage anyone running into trouble with Dist::Zilla to join #distzilla on irc.perl.org where we are happy to help with walking through or debugging any variety of issue.

-Dan


In reply to Re: What do I use to release a module to CPAN for the first time? by Anonymous Monk
in thread What do I use to release a module to CPAN for the first time? by Lady_Aleena

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.