Subject: | Undeclared dependency on Archive::Extract |
As per subject. The Makefile.PL uses Archive::Extract:
https://metacpan.org/source/MAMOD/JavaScript-Shell-0.02/Makefile.PL
Since it is needed before Makefile.PL can be run, it's not a normal dependency, it is a configure_requires and needs to be declared in the META.{json,yml} file.
Sample fail report: http://www.cpantesters.org/cpan/report/423327fe-31d0-11e3-bfe6-e3894999ebce
Thanks,