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

[email protected] (Gabor Szabo) Thu, 3 Jan 2013 18:38:38 +0200
Newsgroups perl.module.build
Message-ID <CABe4FJC-NEY3j4EokphWKkdJDsmQOuQgAJCqqT8xd0rMQ6qCMQ@mail.gmail.com>
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.

Gabor