in reply to Application Distribution (modules, cpan, etc)
Our standard distribution is a tarball. We then use autoconf and make. Autoconf may be an utter swine, but it works, although if it had been my project from the start we'd use something else - probably a small perl script. Now, we deliberately avoid all third-party modules precisely because of problems that real users (as opposed to perl people) have with getting them to work. If we were to ever rely on someone elses module, we'd bundle it in the tarball, and install in a private .../lib directory.
I would consider PAR, except that from the docs it seems that I'd need to create a PAR package for each platform, on that platform. That, and PAR doesn't install on one of my main development machines.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Application Distribution (modules, cpan, etc)
by tsee (Curate) on Feb 20, 2007 at 10:31 UTC | |
by jettero (Monsignor) on Feb 20, 2007 at 11:46 UTC | |
by DrHyde (Prior) on Feb 23, 2007 at 10:22 UTC |