in reply to Re: Setting values in Module::Build
in thread Setting values in Module::Build
The idea behind prompting the user for where to install is that the user will not want the libraries in the general path, but will want to ensure that only they have access to them. This is partly because they will have paid for them and partly to ensure that no upgrades happen without their knowledge. Putting everything in a user specified place is the easiest way to deal with this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Setting values in Module::Build (yuck)
by Aristotle (Chancellor) on Mar 20, 2004 at 10:10 UTC | |
by EvdB (Deacon) on Mar 20, 2004 at 11:29 UTC |