Subject: | Incorrect metadata for prereqs |
The META.json of this dist contains runtime requires entries:
"Dist::Zilla" : "4.300033",
"Dist::Zilla::Plugin::ManifestInRoot" : "v0.1.2",
"Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.12012",
"Dist::Zilla::Plugin::VersionFromModule" : "0.08",
Are you really using these plugins at runtime? it would seem you are only using these at build time, so they should be more properly listed as 'develop' requires, instead.
(This came up via http://neilb.org/2013/08/14/total-dependencies.html)