in reply to Re: developing and distributing perl apps
in thread developing and distributing perl apps
You can add a PAR file to a mod_perl configuration via the Apache::PAR module. Apache::PAR is written for exactly these kinds of situations.
Dependency checking is probably best avoided by packaging all dependent modules into the PAR file. If this isn't possible, there are a couple of other ways I think dependency checking could probably also be handled:
Thanks,
techy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: developing and distributing perl apps
by rdfield (Priest) on Feb 26, 2004 at 15:25 UTC | |
by techy (Scribe) on Feb 26, 2004 at 17:53 UTC |