Subject: | Undeclared configure_requires dependency File::Copy::Recursive |
See subject. Without the correct declaration automatic build may fail:
...
Output from '/usr/local/bin/perl Makefile.PL':
Can't locate File/Copy/Recursive.pm in @INC (you may need to install the File::Copy::Recursive module) (@INC contains: inc /var/tmp/cpansmoker-1023/2019050606/CPAN-Reporter-lib-419S /usr/local/lib/perl5/site_perl/mach/5.28 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.28/mach /usr/local/lib/perl5/5.28 .) at inc/Module/Install/Catalyst.pm line 11.
BEGIN failed--compilation aborted at inc/Module/Install/Catalyst.pm line 11.
Compilation failed in require at inc/Module/Install.pm line 283.
Bareword "catalyst" not allowed while "strict subs" in use at Makefile.PL line 32.
Execution of Makefile.PL aborted due to compilation errors.
...