Subject: | distroprefs: install.env not supported |
Experiments show that defining install.env in a distroprefs file has no effect. Grepping in the source code suggests that this is not implemented:
$ git grep 'prefs.*{env}'
lib/CPAN/Distribution.pm: $pl_env = $self->prefs->{pl}{env};
lib/CPAN/Distribution.pm: $make_env = $self->prefs->{make}{env};
lib/CPAN/Distribution.pm: $test_env = $self->prefs->{test}{env};