Subject: | Undeclared dependency File::ShareDir::Install |
Automatic build fails if File::ShareDir::Install is not installed:
...
Output from '/opt/perl-5.29.6/bin/perl5.29.6 Makefile.PL':
Can't locate File/ShareDir/Install.pm in @INC (you may need to install the File::ShareDir::Install module) (@INC contains: /var/tmp/cpansmoker-1023/2019011523/CPAN-Reporter-lib-Cpl4 /opt/perl-5.29.6/lib/site_perl/5.29.6/x86_64-linux /opt/perl-5.29.6/lib/site_perl/5.29.6 /opt/perl-5.29.6/lib/5.29.6/x86_64-linux /opt/perl-5.29.6/lib/5.29.6 .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
...
Probably File::ShareDir::Install has to be declared as a configure_requires dependency.