locked_user sundialsvc4 has asked for the wisdom of the Perl Monks concerning the following question:
I've finally finished (yay!) a big fat hairy program that'll be a great web-site ... as soon as I can successfully get it installed on the target web-server with all of its dependencies.
Okay, then... how do I make a distribution package to do that ... “automagically?”
I want to have the tool scan the source code for “uses” and “require” statements, and generate a nice package that will automatically retrieve from CPAN and install the packages that this app needs. “DWIM,” y’know...
It's gotta be there ... I just haven't done it before. Pointers please?
Replies are listed 'Best First'. | |
---|---|
Re: Making a distribution for my website
by Your Mother (Archbishop) on Feb 06, 2009 at 06:58 UTC | |
Re: Making a distribution for my website
by gone2015 (Deacon) on Feb 06, 2009 at 18:23 UTC | |
Re: Making a distribution for my website
by Bloodnok (Vicar) on Feb 07, 2009 at 01:08 UTC |