Subject: | Undeclared dependencies |
When I grep through the code I find
./lib/WWW/Search/Scrape/Google.pm:9:use HTML::TreeBuilder;
./blib/lib/WWW/Search/Scrape/Google.pm:9:use HTML::TreeBuilder;
./lib/WWW/Search/Scrape/Google.pm:10:use WWW::Mechanize;
but in the Makefile.PL I do not find these modules declared as a
dependency. Would you mind adding them so that automated testing devices
will not report false negatives?
Compare:
http://matrix.cpantesters.org/?dist=WWW-Search-Scrape-0.05
Thanks && Regards,