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 8a3f88f commit d2c3566Copy full SHA for d2c3566
dist/Devel-PPPort/Makefile.PL
@@ -86,12 +86,12 @@ sub configure
86
},
87
resources => {
88
bugtracker => {
89
- web => 'https://rt.perl.org/rt3/',
+ web => 'https://github.com/Dual-Life/Devel-PPPort/issues',
90
91
repository => {
92
type => 'git',
93
- url => 'git://perl5.git.perl.org/perl.git',
94
- web => 'https://perl5.git.perl.org/perl.git',
+ url => 'git://github.com/Dual-Life/Devel-PPPort.git',
+ web => 'https://github.com/Dual-Life/Devel-PPPort',
95
96
97
};
0 commit comments