Branch: refs/heads/leont/maniskip
Home: https://github.com/Perl/perl5
Commit: ad8f2a25d3599d10fae6ea5c2eb29928e01fa01e
https://github.com/Perl/perl5/commit/ad8f2a25d3599d10fae6ea5c2eb29928e01fa01e
Author: Leon Timmermans <[email protected]>
Date: 2023-01-17 (Tue, 17 Jan 2023)
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,
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.