Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 121162
Status: resolved
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.18-TRIAL
Fixed in: 2.25-TRIAL



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};
As of commit 05d99204 supported. Thanks!
Fixed in 2.25. Thanks for the report!