Gracious monks,

I've got a project that I've written myself. The project contains a suite of modules that act as the basic fundamentals of an Internet Service Provider.

Although there are dozens of CPAN modules that are use()'d by it, and a few other external self-written modules to make it work, I'm looking for specific advice as to whether I can/should up it to the CPAN

Other than some external imported functions, the entire project is OO under a ISP:: and ( for the frontend ) ISP::GUI namespace, so I haven't found anywhere that names should collide.

Why I'd like it on the CPAN:

The project is quite unfinished, but is extremely functional. Core financial functions are complete ( payment, purchase, account renewal etc ) and where credit card is used, it processes directly to the payment processor ( we don't store cc nums ).

There is a fully functional ledger system, kept in both a General ledger and a User ledger ( all MySQL ), but it is not a true double-entry system ( yet ). User ( client ) balance is always kept up-to-date, and I've been working on the framework for an independent tax system ( I'm in Ontario, Canada ).

It uses a config file for core operational changes ( one config file, each module has its own section. There is a base class ISP::Object that takes care of dealing out config info ), and has its own sanity/error handling driven mostly by dispatch table, that renders cleanly to the web GUI. ( I devised this system, just for my own practise ).

The API POD has been kept relatively up-to-date, and there is a decent unit test suite, but the other ( personal ) modules are not included. ( I don't know exactly how to test for deps )

I use SVN as a source repo, and am adamant about seeing my project through completion.

I learn by doing. I'm a relative newb Perl hacker. I'm willing to accept laughing and finger-pointing if my code is public. Can I/should I use the CPAN for this code?

Steve

ps:

I'm willing to discuss the project's capabilities ( including it's interaction with our RADIUS systems, email systems, etc. Contact me off-list.

UPDATE: ...interesting...this isn't a fair democracy... I just noticed that I can't vote for my own posts, which means I can't cause a self-referential meltdown! :) In all seriousness, not that I'd ever, EVER ++ my own posts, I'm just not familiar with the way things work here, and that it appears as though I keep my votes if I don't use 'em


In reply to When is it time for the CPAN? by stevieb

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.