My Perl module from CPAN won't install, what do I do?
问题 This is a canonical question for the above problem, inspired by this answer and this question. Please edit and improve it. I'm trying to install a module from CPAN, using the CPAN/cpanm/CPANPLUS client. However, I'm getting build or test errors when I try to install it. What should I do? 回答1: Does it build at all? The first thing to consider is, is your module building at all? If it isn't building, you should check for existing bug reports, file one if necessary, and perhaps try to fix the