"PS:please Excuse me if i have presented this in bad manner this is my first article"

Tutorials gives advice on posting:

Should I post here?

While you can post directly to the Tutorials section, this has certain drawbacks. A generally better approach is to follow this procedure:

  1. Write up your draft tutorial and put it in your scratchpad; broadcast requests for comments in the chatterbox and elsewhere.
    After revising,
  2. Post it as a new Meditation, with "RFC" in the title.
    Later, if it is generally acclaimed to be worthy of Tutorials, but needs more work first, then make the necessary revisions and
  3. Post the final version as a Tutorials node.
Since ideally the Tutorials section has a high value-to-noise ratio, tutorial documents should be in as finished a state as possible before being posted to that section. (Not that it's the end of the world if they aren't.)

If you would be interested in writing a Tutorial but aren't sure what to write about, or if you have an idea for a Tutorial but can't commit to writing it — check out the Tutorials Quest!

Also of interest: How does editing work in the Tutorials section?

If you have Tutorials-related questions or requests, you may /msg them to Pedagogues.

"now create a PAUSE account and upload your Bundle::abc"

Are you sure you want to pollute CPAN with Bundles which are specific to your applications/scripts? IMHO this isn't want it's for. Why not just store all this locally on an internal server, along with a cpan mirror (created using minicpan)? If one of your complaints is that certain versions of modules may be required take responsability for making them available in this manner. Alternativly consider using PAR to package your scripts, module dependencies and data.

Also your instructions aren't very clear (IMHO)

Update: Also, you mention "private server" in the title, but from what you've written you're uploading to PAUSE (not private).

Update 2: This post was written before the thread was moved from tutorials to Meditations.


In reply to Re: how to create a CPAN bundle for your own private server by marto
in thread how to create a CPAN bundle for your own private server by ansh batra

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.