Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d0e1a8734a39f4a33bb8a4595c540c8ffda7ab07
https://github.com/Perl/perl5/commit/d0e1a8734a39f4a33bb8a4595c540c8ffda7ab07
Author: Yves Orton <[email protected]>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
M t/porting/manifest.t
Log Message:
-----------
t/porting/manifest.t: ignore .mailmap
.mailmap is used by git to map emails in commit logs to their
correct form. When I added it in a04d7ffe7d4cd836bf5246ea6050612f01403a96
I checked MANIFEST for .gitignore, which I did not find, and assumed
that dotfiles were exempt from MANIFEST requirements. Similarly I
assumed there was nothing to test. Bad Yves.
This updates the test to ignore .mailmap in MANIFEST checks.