On 2014-06-18 14:35:02, ETHER wrote:
Show quoted text> META.yml has all the prereqs listed as 'build' -- when things like
> Moose are actually runtime prereqs.
There is documentation in CPAN::Meta::Spec about the correct structure of a META file; and there are many build tools that will do this for you, e.g ExtUtils::MakeMaker itself will generate a META file given a PREREQ_PM argument to WriteMakefile().