File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5924,6 +5924,7 @@ Porting/makerel Release making utility
59245924Porting/manicheck Check against MANIFEST
59255925Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
59265926Porting/manisort Sort the MANIFEST
5927+ Porting/merge-deltas.pl Merge developments deltas into the final perldelta
59275928Porting/mksample Generate Porting/config_H and Porting/config.sh
59285929Porting/new-perldelta.pl Generate a new perldelta
59295930Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
@@ -6559,6 +6560,7 @@ t/porting/libperl.t Check libperl.a sanity
65596560t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
65606561t/porting/makerel.t Test that files used by Porting/makerel exist
65616562t/porting/manifest.t Test that this MANIFEST file is well formed
6563+ t/porting/merge-deltas.t Test that the Porting/merge-deltas.pl script does its job
65626564t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
65636565t/porting/pod_rules.t Check that various pod lists are consistent
65646566t/porting/podcheck.t Test the POD of shipped modules is well formed
Original file line number Diff line number Diff line change @@ -245,6 +245,11 @@ This library provides functions used in checking and sorting the F<MANIFEST>.
245245
246246This script sorts the files in F<MANIFEST>.
247247
248+ =head2 F<merge-deltas.pl>
249+
250+ This script merges the various perldeltas for the development releases
251+ into the final perldelta for the stable release.
252+
248253=head2 F<mksample>
249254
250255This script regenerates F<Porting/config.sh> and F<Porting/config_H>.
You can’t perform that action at this time.
0 commit comments