in reply to Help debugging failed module install
In such situations, I usually look at the distribution:
cpanm --look -L$PWD CGI::Builder perl Makefile.PL make make test # see failure perl -Ilib t/02_features.t # watch sparks fly
Ideally I find and fix the bug (and maybe even report it upstream). Then I can do make install .
|
|---|