Skip to content

Commit 3b4a436

Browse files
author
Salve Joshua Nilsen
committed
Add git repo metadata to Makefile.PL
1 parent 0267690 commit 3b4a436

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
@@ -24,4 +24,14 @@ WriteMakefile(
2424
'File::chdir' => '0.1010',
2525
'Capture::Tiny' => '0.27',
2626
},
27+
META_MERGE => {
28+
"meta-spec" => { version => 2 },
29+
resources => {
30+
repository => {
31+
type => 'git',
32+
url => 'https://github.com/shadowcat-mst/App-opan.git',
33+
web => 'https://github.com/shadowcat-mst/App-opan',
34+
},
35+
},
36+
},
2737
);

0 commit comments

Comments
 (0)