Subject: | Dependency declaration insufficient |
I see that it was successfully managed to get the dependencies into the
META.yml. But a META.yml in not authoritative. Maybe all that is missing is
dynamic_config: 0
See the discussion at
http://module-build.sourceforge.net/META-spec-v1.4.html#dynamic_config
Since the default is a non-authoritative META.yml we cannot take the
dependencies from there. So the next one to do something about
dependencies is Makefile.PL. But it is not informed about dependencies.
The result is that tests are failing due to missing RDF::Trine.
Sample fail report:
http://www.cpantesters.org/cpan/report/16425449
HTH, Thanks && Regards,