Subject: | Undeclared configure_requires dependency Pod::Markdown |
On some of my smokers the build fails early:
...
Output from '/usr/local/bin/perl Makefile.PL':
Can't locate Pod/Markdown.pm in @INC (you may need to install the Pod::Markdown module) (@INC contains: /var/tmp/cpansmoker-1023/2019101920/CPAN-Reporter-lib-ALIg /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at Makefile.PL line 37.
BEGIN failed--compilation aborted at Makefile.PL line 37.
...
Probably Pod::Markdown has to be declared as a configure_requires dependency, so it's available when Makefile.PL executed.