For the particular needs of my question, I am lookng at adapting (and comaintaining) Tie::FTP, and I am in correspondence with the author via RT. But, I still think converting FuseFTP to a CPAN distribution is worthwhile, though I am not familiar with Fuse, and I may well have applications for this going forward.

My advice regarding where to start with a brand new module, is to install and familiarise yourself with a module boilerplating kit such as ExtUtils::ModuleMaker or Module::Starter. You could use h2xs, but the other kits are so much better (unless you are going to be using XS code. Even so, you are better using a starter kit to create your directories and boilerplate files).

Write pod for the module before writing any code. When you have something looking reasonably complete, post it to Perlmonks, either in your scratchpad or as a new node. Think very carefully about the module's interface. This is important, as you can't change it if you get it wrong, Once you have released a version of the distribution to CPAN, you will be maintaining it with the interface given.

I'd also recommend reading the tutorials on CPAN modules.

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)


In reply to Re: RFC FUSE::Remote modules by rinceWind
in thread RFC FUSE::Remote modules by marto

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.