in reply to Installing a config file during module operation
There are two that I can think of that prompt for configuration details on install, and keeps track of them -- libnet (which stores its config in Net/libnet.cfg in your perl module path) and CPAN, which writes to both CPAN/Config.pm and $HOME/.cpan/CPAN/MyConfig.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing a config file during module operation
by jkeenan1 (Deacon) on Aug 08, 2005 at 01:55 UTC |