Branch: refs/heads/leont/maniskip
Home: https://github.com/Perl/perl5
Commit: 9cf2952692cef7ed06131a471546286b3bc9f89a
https://github.com/Perl/perl5/commit/9cf2952692cef7ed06131a471546286b3bc9f89a
Author: Leon Timmermans <[email protected]>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M MANIFEST
A MANIFEST.SKIP
M Porting/manicheck
M t/porting/manifest.t
Log Message:
-----------
Add MANIFEST.SKIP file
This replaces the lists of files to skip in Porting/manicheck and
t/porting/manifest.t with a centralized and standardized MANIFEST.SKIP
file.
This would also allow us to add a make manifest target, but I left
that for a follow-up PR.