Special_K has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to install the CGI::Builder module using the following command:
cpanm -L$PWD CGI::Builder
It starts installing the dependencies, then dies at the following:
# Failed test at t/02_features.t line 49. # Looks like you failed 1 test of 17. t/02_features.t ........ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests Can't stat ../lib: No such file or directory at /home/specialk/perl_modules/lib/perl5/Test/Pod.pm line 223. t/test_pod.t ........... ok t/test_pod_coverage.t .. ok
How do I go about debugging this? Can I ignore it? The log file does give me the following option:
-> FAIL Installing CGI::Builder failed. See <path_to_log>/build.log fo +r details. Retry with --force to install it.
The build.log file referenced in the above message is where all of the code quoted text in my post comes from.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help debugging failed module install
by haukex (Archbishop) on Apr 22, 2020 at 17:26 UTC | |
|
Re: Help debugging failed module install
by Corion (Patriarch) on Apr 22, 2020 at 17:25 UTC | |
|
Re: Help debugging failed module install
by marto (Cardinal) on Apr 22, 2020 at 20:43 UTC |