Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Mini CPAN distribution.

Report information
The Basics
Id: 75648
Status: resolved
Priority: 0/
Queue: CPAN-Mini

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

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: t/app.t fails if user .minicpanrc is invalid
It looks like the test is picking up a user's ~/.minicpanrc. If that specifies a class that is not installed, the test will break. The test should probably be overriding $ENV{HOME} and/or monkey-patching File::HomeDir to avoid user config from being used by the test.
I believe that 439d06e8, which you provided, fixes this. -- rjbs