Re: How to create META.json using Module::Build and how to link to the VCS?
Leon Timmermans <[email protected]> Thu, 3 Jan 2013 14:18:34 +0100
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <CAHhgV8jXchU6aPiD53EPVrUK6f47Xp_a9J7qpfMwc1+6zN8JfQ@mail.gmail.com> |
On Thu, Jan 3, 2013 at 12:04 PM, Gabor Szabo <[email protected]> wrote: > After getting a few comments I found out that beside the link to the > repository one could also include the type of > the repository (git/svn/etc...), but as far as I can see only > META.json holds that information. > At least in the distributions I checked only META.json had this. > All these distributions were generated using Dist::Zilla. > > So I wonder how can ask Module::Build to generate META.json as well, > and how can I tell it > to include the other fields of the repository as well? Since version 0.3800 Module::Build generates valid META.json, but it's actually upconverted meta 1.4, so it won't contain any of the new fields. This is a known bug. I would welcome someone adding proper meta 2.0 support, but it's fairly low on my own todo list to be honest. MakeMaker has the same issue. Leon