This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to v5.25.1: now open for business
[perl5.git] / Porting / makemeta
index 1c7016b..cb6944e 100644 (file)
@@ -47,7 +47,7 @@ my $distmeta = {
     },
     'homepage' => 'http://www.perl.org/',
     'bugtracker' => {
-      'web' => 'http://rt.perl.org/perlbug/'
+      'web' => 'https://rt.perl.org/'
     },
     'license' => [
       'http://dev.perl.org/licenses/'
@@ -70,7 +70,7 @@ my @CPAN  = grep { $Modules{$_}{CPAN} } keys %Modules;
 my @files = ('autodoc.pl', 'lib/unicore/mktables', 'TestInit.pm',
              'Porting/Maintainers.pm', 'Porting/perldelta_template.pod',
              map { get_module_files($_) } @CPAN);
-my @dirs  = ('cpan', 'win32', 'mad', grep { -d $_ && $_  !~ /^cpan/ } map { get_module_pat($_) } @CPAN);
+my @dirs  = ('cpan', 'win32', 'lib/perl5db', grep { -d $_ && $_  !~ /^cpan/ } map { get_module_pat($_) } @CPAN);
 
 my %dirs;
 @dirs{@dirs} = ();