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 859b78b commit 6579c3dCopy full SHA for 6579c3d
Porting/makemeta
@@ -47,11 +47,11 @@ my $distmeta = {
47
'dynamic_config' => 1,
48
'resources' => {
49
'repository' => {
50
- 'url' => 'https://perl5.git.perl.org/'
+ 'url' => 'https://github.com/Perl/perl5'
51
},
52
'homepage' => 'https://www.perl.org/',
53
'bugtracker' => {
54
- 'web' => 'https://rt.perl.org/'
+ 'web' => 'https://github.com/Perl/perl5/issues'
55
56
'license' => [
57
'https://dev.perl.org/licenses/'
0 commit comments