Home | History | Annotate | Download | only in dist

Lines Matching refs:perlenv

255         $config{perlenv} = $configdata::config{perlenv} // {};
2654 foreach (sort keys %{$config{perlenv}}) {
2655 print ' ',$_,' = ',($config{perlenv}->{$_} || ''),"\n";
2703 foreach (sort keys %{$config{perlenv}}) {
2704 print ' ',$_,' = ',($config{perlenv}->{$_} || ""),"\n";
3296 # $config{perlenv}->{$name} will be created with the value
3299 $config{perlenv}->{$name} = $ENV{$name}
3300 if ! exists $config{perlenv}->{$name};
3302 return $config{perlenv}->{$name};