* Jeffrey <jeffreykeg...@jeffreykegler.com> [2010-03-18 13:00]: > 1.) Is this to be expected when a new module (first > non-developer release) is a prerequisite?
No. > 2.) Is my set-up still at fault? META.yml, which is created by > Module::build has a "Marpa: 0.100" line, which I hoped would > suffice. Neither your Makefile.PL nor your Build.PL list Marpa as a requirement at all. It’s kinda funny that you go to extra effect to get Module::Build to hack it into the META.yml, by way of `meta_add`, when just listing the prereqs properly would make it do that automatically for you. What made you do that? In any case the result reported by the Testers is entirely to be expected, and is just what users will experience if they try to install your module with any CPAN installer: they’ll be forced to resolve the dependency manually before it will install. > 3.) Is this a problem with some of the cpantesters setups. No. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>