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.