Subject: | Prereq declarations probably insufficient |
Among the dependecies you list in your META.yml I'm missing
LWP::UserAgent and maybe other second level dependencies. I think they
should be in there even of you're not usung them directly.
The reason is that when WWW::Mechanize and its dependencies are already
installed the version dependencies down the chain may be responsible for
test success and failure, like the recent libwww release revealed.
Thanks,