Subject: | Undeclared configure_requires dependency Archive::Extract |
Automatic installation fails if Archive::Extract is not installed when Makefile.PL is run. Probably the module needs to be declared as a configure_requires dependency.
...
Output from '/opt/perl-5.28.1/bin/perl5.28.1 Makefile.PL':
Can't locate Archive/Extract.pm in @INC (you may need to install the Archive::Extract module) (@INC contains: ... .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
...