Subject: | Undeclared dependencies |
I find them in the section 'recommends' but then there are tests that
fail if some of the recommended modules are missing. My take on it is
that if tests can fail, it's a dependency and not a recommends. So
either declare as prerequisite or make the test more tolerant.
Cpantesters have seen fails with the following diagnostics:
Can't locate File/Slurp.pm
Can't locate LWP/UserAgent.pm
Can't locate Net/GitHub.pm
Can't locate Sort/Versions.pm
Can't locate WWW/Freshmeat.pm
Can't locate XML/LibXML.pm
Can't locate autodie.pm
Please note that LWP::UserAgent and XML::LibXML are not even in your
recommends section in the Build.PL.
HTH, Thanks && Regards,