diff options
author | Yves Orton <demerphq@gmail.com> | 2022-08-11 22:24:48 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2022-08-21 12:09:05 +0200 |
commit | 5658e307f40a186d7ba6def62b29243736489dba (patch) | |
tree | 937a50e1f1355edb156361e344fa0b439b9fba34 /MANIFEST | |
parent | 6e68a58fb21675db9de0bfabcb1a62ec5f92dc42 (diff) | |
download | perl-5658e307f40a186d7ba6def62b29243736489dba.tar.gz |
checkAUTHORS.pl - delete and replace with updateAUTHORS.pl
updateAUTHORS.pl now can replace all the capabilities of
checkAUTHORS.pl, and checkAUTHORS.pl has a slightly different idea of
what needs to be validated, and is not aware of the
Porting/exclude_contrib.txt. Instead of teaching it to be aware and
maintaining two tools this drops checkAUTHORS.pl
In the process we move the logic for t/porting/pending-author.t into
t/porting/authors.t, by letting updateAUTHORS.pl do it as well. This is
helpful because updateAUTHORS.pl contains similar core git logic so that
it can implement some of its options.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5394,7 +5394,6 @@ Porting/bisect-runner.pl Tool to be called by git bisect run Porting/bump-perl-version bump the perl version in relevant files Porting/check-cpan-pollution Check for commits that may wrongly touch CPAN distros Porting/checkansi.pl Check source code for ANSI-C violations -Porting/checkAUTHORS.pl Check that the AUTHORS file is complete Porting/checkcfguse.pl Check that config symbols are being used Porting/checkcfgvar.pl Check that config scripts define all symbols Porting/checkpodencoding.pl Check POD encoding @@ -6082,7 +6081,6 @@ t/porting/known_pod_issues.dat Data file for porting/podcheck.t t/porting/libperl.t Check libperl.a sanity t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed -t/porting/pending-author.t Check if any pending commit would break tests t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod t/porting/pod_rules.t Check that various pod lists are consistent t/porting/podcheck.t Test the POD of shipped modules is well formed |