hi,

well i need an advice. so far whenever people asked me if could write a program for them to speed up their work, i scoped the internet (mostly cpan) to look if anyone has already done something usable and i just used it, combined it into a working unit and that was it. after i instilled perl on clients comp or told him from where he can download all necessary data (cpan modules) and my job was done . but now i've stumbled upon the task in which my client doesn't want to have anything to do with downloading necessary modules. the idea is to run instalation file once and then run the program. so i was wondering on how to do this. my initial idea was to somehow put all the necessary modules.tar.gz into my.tar.gz file and them make a sript to extract and make all modules. also it is necesery to install all modules in a local Lib directory where the program would then look for them

" use lib "./Lib";"

but some of the modules are Term::ReadLine , ::GNU, Term::ReadKey and i have no idea how would they react, or how to force their 'make' into my local Lib directory

Thank you

PS

OS is *NIX and user is administrator , and program would be totally free to redistribute , and modify under GNU, so i don't get into any legal trouble with distributing perl modules or anything like that :)


In reply to reristirbuting perl program with modules - opinion needed by baxy77bax

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.