Branch: refs/heads/yves/manifest_dev
Home: https://github.com/Perl/perl5
Commit: d5b785f8bc612a1230bdb3384b195386cd56c534
https://github.com/Perl/perl5/commit/d5b785f8bc612a1230bdb3384b195386cd56c534
Author: Yves Orton <[email protected]>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M MANIFEST
M Makefile.SH
A Porting/MANIFEST.dev
M Porting/README.pod
M Porting/manicheck
M Porting/manifest_lib.pl
M Porting/release_managers_guide.pod
M t/porting/manifest.t
Log Message:
-----------
Create Porting/MANIFEST.dev as a complement to MANIFEST
This file is intended to list all the files in the repo which are not
listed in the main MANIFEST file, and which are used only for
development purposes, especially those files which are only useful when
working in a git checkout of the main perl git repository. The files
it contain will NOT be added to the production tarball release. The file
has the same format as the main MANIFEST: "file\t+description".