File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,15 @@ test_kid_win32() if $OS eq 'win32';
4242# system configuration does not affect the test results.
4343
4444sub conf_reset {
45- my @save_keys = qw{ so dlsrc osname perllibs } ;
45+ my @save_keys = qw{ so dlsrc osname } ;
4646 my %save_config ;
4747 @save_config { @save_keys } = @Config { @save_keys };
4848 delete $Config {$_ } for keys %Config ;
4949 %Config = %save_config ;
50- $Config {installarchlib } = ' lib' ;
5150 # The following are all used and always are defined in the real world.
5251 # Define them to something here to avoid spewing uninitialized value warnings.
52+ $Config {installarchlib } = ' lib' ;
53+ $Config {perllibs } = ' ' ; # else on Windows :nosearch gives long extra list
5354 if ($^O eq ' VMS' ) {
5455 $Config {ldflags } = ' ' ;
5556 $Config {dbgprefix } = ' ' ;
You can’t perform that action at this time.
0 commit comments