I recently got my registered name with PAUSE, and am well into development of my first module. Reading the PAUSE docs it said I should discuss a namespace with the community and work out any issues, and I though PerlMonks might be a good place to do that.

I am looking to use the namespace Gnift, (pronnounced niff-t) standing for GNu Internet File Transfer. The goal of the project is to provide a unified interface to various methods to transfer files, such as DBI does for databases and LWP does for url grabs. I am using the API in Graham Barr's Net::FTP that way I figure many people can easily switch their current applications to use Gnift. Right now it uses Net::FTP as a backend for FTP transfers, and have it partially working with SSH transfers using Net::SSH::Perl (which btrott has been VERY helpful with ++).

Should this be under an existing namespace, like Net::Gnift? I'm thinking not, since packages like DBI and LWP are sitting at the top level, but I don't claim to know everything. :)

Input will be much appreciated (ideas on the module itself may be helpful, too).

                - Ant


In reply to A CPAN namespace question: Gnift by suaveant

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.