This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove utf8_heavy.pl
[perl5.git] / Porting / makemeta
index 9259b20..760377e 100644 (file)
@@ -47,14 +47,14 @@ my $distmeta = {
   'dynamic_config' => 1,
   'resources' => {
     'repository' => {
-      'url' => 'http://perl5.git.perl.org/'
+      'url' => 'https://github.com/Perl/perl5'
     },
-    'homepage' => 'http://www.perl.org/',
+    'homepage' => 'https://www.perl.org/',
     'bugtracker' => {
-      'web' => 'https://rt.perl.org/'
+      'web' => 'https://github.com/Perl/perl5/issues'
     },
     'license' => [
-      'http://dev.perl.org/licenses/'
+      'https://dev.perl.org/licenses/'
     ],
   },
 };
@@ -65,7 +65,7 @@ use CPAN::Meta;
 
 BEGIN {
     # Get function prototypes
-    require 'regen/regen_lib.pl';
+    require './regen/regen_lib.pl';
 }
 
 use Maintainers qw(%Modules get_module_files get_module_pat);