Handle hostnames with upper-case letters
[webmin.git] / cpan / postinstall.pl
1
2 require 'cpan-lib.pl';
3
4 # Fix up a bad config
5 sub module_install
6 {
7 if ($config{'packages'} eq '1') {
8         # Work around a config bug
9         $config{'packages'} = "http://www.cpan.org/modules/02packages.details.txt.gz";
10         }
11 &save_module_config();
12 }
13