Hello all, I have a novice question here and would like to hear your advice. I just finished some modules and want to upload to PAUSE. The following is the directory structure. Should I just compress the src to a tar.gz and upload, or need additional configure files to do it? Any idea is very welcome. Thanks. =======================================================
[xyz@fedora src]$ ls -lR .: total 20 -rw-rw-r-- 1 xyz xyz 1317 2010-03-25 09:52 calc.pl drwxrwxr-x 3 xyz xyz 4096 2010-02-15 19:50 xyz -rw-rw-r-- 1 xyz xyz 93 2010-02-20 16:20 input.dat -rwxr-xr-x 1 xyz xyz 13 2010-02-20 16:19 r1.sh -rwxr-xr-x 1 xyz xyz 23 2010-02-20 16:20 r2.sh ./xyz: total 4 drwxrwxr-x 3 xyz xyz 4096 2010-02-15 16:37 rpn ./xyz/rpn: total 4 drwxrwxr-x 2 xyz xyz 4096 2010-02-23 10:00 deco ./xyz/rpn/deco: total 44 -rw-rw-r-- 1 xyz xyz 620 2010-02-15 18:29 CalcDeco.pm -rw-rw-r-- 1 xyz xyz 221 2010-02-15 18:37 CalcImpl.pm -rw-rw-r-- 1 xyz xyz 327 2010-02-15 19:38 Divide.pm -rw-rw-r-- 1 xyz xyz 81 2010-02-15 16:43 ICalc.pm -rw-rw-r-- 1 xyz xyz 321 2010-02-15 19:26 Minus.pm -rw-rw-r-- 1 xyz xyz 317 2010-02-15 20:10 Mod.pm -rw-rw-r-- 1 xyz xyz 323 2010-02-15 19:40 Multiply.pm -rw-rw-r-- 1 xyz xyz 219 2010-02-15 19:43 MyStack.pm -rw-rw-r-- 1 xyz xyz 319 2010-02-15 19:31 Plus.pm -rw-rw-r-- 1 xyz xyz 291 2010-02-15 20:15 Sqrt.pm -rw-rw-r-- 1 xyz xyz 716 2010-02-15 19:53 Token.pm [xyz@fedora src]$

In reply to PAUSE upload by sman

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.