isync has asked for the wisdom of the Perl Monks concerning the following question:
which works. But when I run CPAN via "sudo cpan" it complains about not being configured due to missing parameters (which I all set in my print above...). Is there some kind of check in cpan (a md5 or timestamp) which detects if the Config.pm file was set/written by cpan itself?open(FILE, ">/etc/perl/CPAN/Config.pm") || die "/etc/perl/CPAN/Config. +pm: $!"; print FILE " ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Configuring CPAN out of script does not work
by Joost (Canon) on Aug 22, 2007 at 15:30 UTC | |
|
Re: Configuring CPAN out of script does not work
by ides (Deacon) on Aug 22, 2007 at 15:41 UTC | |
|
Re: Configuring CPAN out of script does not work
by dsheroh (Monsignor) on Aug 22, 2007 at 23:09 UTC | |
|
Re: Configuring CPAN out of script does not work
by naikonta (Curate) on Aug 22, 2007 at 17:45 UTC | |
by isync (Hermit) on Aug 22, 2007 at 20:14 UTC |