Minilla is probably a very good place to start.

Use minil new to create a new distribution in a blank new directory called "Fancy-Open". See the getting started section of the documentation.

Then copy your existing module, pod, and tests, overwriting the ones which Minilla created for you. Edit the "cpanfile" file to show your project's dependencies.

That should be about it.

It is an easy and fast process once you get the hang of it, but releasing a distribution which will actually upload okay and people will be able to install without issues is a STEEP learning curve to start off. If you upload a file that gets loads of fails on CPAN testers, don't panic — you can just bump the version number and upload again. Just keep coming back for advice and you'll get there!


In reply to Re: What do I use to release a module to CPAN for the first time? by tobyink
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.