Subject: | Test::Manifest should be listed in configure_requires |
Test::Manifest is used in Build.PL, so it should go to configure_requires.
Otherwise running Build.PL from an automatic installer may fail:
...
Output from '/opt/perl-5.24.4-RC1/bin/perl Build.PL':
Can't locate Test/Manifest.pm in @INC (you may need to install the Test::Manifest module) (@INC contains: /var/tmp/cpansmoker-1023/2018032500/CPAN-Reporter-lib-w6Bs /opt/perl-5.24.4-RC1/lib/site_perl/5.24.4/x86_64-linux /opt/perl-5.24.4-RC1/lib/site_perl/5.24.4 /opt/perl-5.24.4-RC1/lib/5.24.4/x86_64-linux /opt/perl-5.24.4-RC1/lib/5.24.4 .) at Build.PL line 4.
BEGIN failed--compilation aborted at Build.PL line 4.
...