Subject: | Please add link to public VCS to META files |
Date: | Fri, 22 Aug 2014 16:25:06 +0300 |
To: | bug-sepia [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
Adding this code: to the WriteMakefile call in Makefile.PL will do just
that and will
allow MetaCPAN.org to link to the repo.
See as an example
https://github.com/szabgab/expect.pm/blob/master/Makefile.PL
(eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'http://github.com/szabgab/expect.pm.git',
web => 'http://github.com/szabgab/expect.pm',
}
}})
: ()
),