Skip to content

Commit cc64721

Browse files
authored
Merge pull request gearman#1 from plicease/meta
add repository to dist metadata
2 parents a5f5895 + dd7a283 commit cc64721

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile.PL

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ WriteMakefile(
3131
"Time::HiRes" => 0, # Usually core now
3232
"fields" => 0,
3333
},
34+
META_MERGE => {
35+
'meta-spec' => { version => 2 },
36+
resources => {
37+
repository => {
38+
type => 'git',
39+
url => 'https://github.com/p-alik/perl-Gearman.git',
40+
web => 'https://github.com/p-alik/perl-Gearman',
41+
},
42+
},
43+
},
3444
);
3545

3646
1;

0 commit comments

Comments
 (0)