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 df7fe26 commit 5551641Copy full SHA for 5551641
Makefile.PL
@@ -28,14 +28,14 @@ WriteMakefile(
28
META_MERGE => {
29
'meta-spec' => { version => 2 },
30
resources => {
31
- repository => {
32
- type => 'git',
33
- url => 'git://github.com/davorg/app-cpanmodulesite.git',
34
- web => 'https://github.com/davorg/app-cpanmodulesite',
35
- },
36
- bugtracker => {
37
- "web" => "https://github.com/davorg/app-cpanmodulesite/issues"
38
- }
+ repository => {
+ type => 'git',
+ url => 'git://github.com/davorg-cpan/app-cpanmodulesite.git',
+ web => 'https://github.com/davorg-cpan/app-cpanmodulesite',
+ },
+ bugtracker => {
+ "web" => "https://github.com/davorg-cpan/app-cpanmodulesite/issues"
+ }
39
},
40
41
);
0 commit comments