Re: How to create META.json using Module::Build and how to link to the VCS?

Leon Timmermans <[email protected]> Fri, 4 Jan 2013 00:29:47 +0100
Newsgroups gmane.comp.lang.perl.modules.module-build
Message-ID <CAHhgV8ivp+noCR6_gMF2rgStJN5bp3p1jZt7XW691J0d9fkjGA@mail.gmail.com>
On Thu, Jan 3, 2013 at 5:38 PM, Gabor Szabo <[email protected]> wrote:
> John,
>
> just a misunderstanding.
>
>         repository => 'git://github.com/jgamble/Math-Polynomial-Solve.git',
>
> works
>
>         repository => {
>                url =>  'git://github.com/jgamble/Math-Polynomial-Solve.git',
>                web =>  'http://github.com/jgamble/Math-Polynomial-Solve',
>                type => 'git',
>        }
>
> does NOT.  (but it would be nice if it did)
>
> Just as Leon wrote.

What we really need is a meta_merge2 key. Or maybe a repository key.
Or probably both would be nice to have.

Leon