Subject: | File::chmod missing in configure_requires? |
Some of my smokers show the following failure in the configuration phase:
Output from '/bbbike/perl-5.20.1D/bin/perl Build.PL':
Can't locate File/chmod.pm in @INC (you may need to install the File::chmod module) (@INC contains: inc /var/tmp/cpansmoker-1023/2016041815/CPAN-Reporter-lib-eN2f /opt/perl-5.20.1D/lib/site_perl/5.20.1/x86_64-linux-ld /opt/perl-5.20.1D/lib/site_perl/5.20.1 /opt/perl-5.20.1D/lib/5.20.1/x86_64-linux-ld /opt/perl-5.20.1D/lib/5.20.1 .) at inc/Alien/LIBSVM/ModuleBuild.pm line 9.
BEGIN failed--compilation aborted at inc/Alien/LIBSVM/ModuleBuild.pm line 9.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
So probably File::chmod has to be specified in configure_requires...