Branch: refs/heads/leont/maniskip
Home: https://github.com/Perl/perl5
Commit: c0f4bd339bf8a0e085ff21073f38447916274e04
https://github.com/Perl/perl5/commit/c0f4bd339bf8a0e085ff21073f38447916274e04
Author: Leon Timmermans <[email protected]>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M MANIFEST
A MANIFEST.SKIP
M Porting/makerel
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,
t/porting/manifest.t and Porting/makerel 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.