Monks

A couple years ago, I wrote an entire billing/accounting/client management system suited for an *SP environment. To see how CPAN would deal with it, I threw it up: http://search.cpan.org/~steveb/Business-ISP-0.13_02/README

The system isn't really installable, but when it is installed, it is functional. Overlook the crappy code I desire to fix for a moment...

What I want to know, is how I can tell CPAN to install all of my modules from this distribution in one pass. I've found it isn't as easy as "perl -MCPAN -e 'install Business::ISP::'. I tried to include an ISP.pm module to see if that would help, but it didn't. This distribution is more of a complete integrated system than anything

Beyond that, this project uses ExtUtils::MakeMaker, which I am having a hard time figuring out how to ensure dependencies are installed. I have a user-input Makefile.PL that I bypass for CPAN, but I'm kind of stuck in these two areas to move forward on this project.

Any tips appreciated.

sb


In reply to Entire project on CPAN -- including all modules 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.