Subject: | Undeclared dependency ExtUtils::Depends |
Some of my smoker systems show the following build failure:
...
Output from '/opt/perl-5.26.0-RC2t/bin/perl Makefile.PL':
Can't locate ExtUtils/Depends.pm in @INC (you may need to install the ExtUtils::Depends module) (@INC contains: /var/tmp/cpansmoker-1002/2017052421/CPAN-Reporter-lib-lRRo /opt/perl-5.26.0-RC2t/lib/site_perl/5.26.0/x86_64-linux-thread-multi /opt/perl-5.26.0-RC2t/lib/site_perl/5.26.0 /opt/perl-5.26.0-RC2t/lib/5.26.0/x86_64-linux-thread-multi /opt/perl-5.26.0-RC2t/lib/5.26.0 .) at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
...
Probably ExtUtils::Depends should be declared as a configure_requires.