Skip Menu |

This queue is for tickets about the Sepia CPAN distribution.

Report information
The Basics
Id: 98251
Status: new
Priority: 0/
Queue: Sepia

People
Owner: Nobody in particular
Requestors: gabor [...] szabgab.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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', } }}) : () ),