We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0267690 commit 3b4a436Copy full SHA for 3b4a436
Makefile.PL
@@ -24,4 +24,14 @@ WriteMakefile(
24
'File::chdir' => '0.1010',
25
'Capture::Tiny' => '0.27',
26
},
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
37
);
0 commit comments