in reply to How do you distribute your Perl application to your customers?
I would like to know your way of distributing your Perl application to your customers without using par and pp.Be there, done that (although not on Windows, but on Solaris in an era Perl wasn't distributed with it). I just compiled a perl, stuck it in the tarball of the rest of the application, and made sure the appropriate use lib calls were done before using anything. Clients could install the tarball anywhere - an environment variable was used to point to the top directory of the tarball install.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do you distribute your Perl application to your customers?
by kg (Acolyte) on Jan 11, 2010 at 14:22 UTC | |
by JavaFan (Canon) on Jan 11, 2010 at 16:34 UTC | |
by kg (Acolyte) on Jan 12, 2010 at 07:46 UTC | |
by JavaFan (Canon) on Jan 12, 2010 at 10:51 UTC |