Subject: | Can't locate File/Find/Rule/Perl.pm in @INC |
Running Makefile.PL may fail:
...
Can't locate File/Find/Rule/Perl.pm in @INC (you may need to install the File::Find::Rule::Perl module) (@INC contains: inc /var/tmp/cpansmoker-1023/2017071221/CPAN-Reporter-lib-ClTF /opt/perl-5.27.1/lib/site_perl/5.27.1/x86_64-linux /opt/perl-5.27.1/lib/site_perl/5.27.1 /opt/perl-5.27.1/lib/5.27.1/x86_64-linux /opt/perl-5.27.1/lib/5.27.1 .) at inc/Module/Install/ProvidesClass.pm line 37.
...
It seems that the missing module has to be either declared as a prerequisite, or bundled in inc (but probably the former is the better solution nowadays).