Subject: | Undeclared dependency Env |
In some system perl (e.g. on redhat based systems) a stripped set of core modules are installed, e.g. Env.pm may be missing. This can cause an automatic build of WWW-Search-Ebay to fail:
...
Output from '/usr/bin/perl Makefile.PL':
Can't locate Env.pm in @INC (@INC contains: inc /var/tmp/cpansmoker-1023/2018111710/CPAN-Reporter-lib-7elR /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Makefile.PL line 36.
BEGIN failed--compilation aborted at Makefile.PL line 36.
...
Probably it's best to add Env to the configure_requires list.