This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
.mailmap should not be in MANIFEST, so exclude that file in Porting/manicheck
authorreneeb <info@perl-services.de>
Thu, 20 Feb 2020 15:35:26 +0000 (16:35 +0100)
committerreneeb <info@perl-services.de>
Thu, 20 Feb 2020 15:35:26 +0000 (16:35 +0100)
Porting/manicheck

index 16f5fc2..47bb2df 100644 (file)
@@ -19,6 +19,7 @@ find {
     wanted => sub {
         my $x = $File::Find::name; $x =~ s/^..//;
         return if -d;
+        return if $_ eq '.mailmap';
         return if $_ eq '.gitignore';
         return if $_ eq '.gitattributes';
         return if $_ eq '.git_patch';