Skip to content

Commit 882cf48

Browse files
committed
update MANIFEST
1 parent 0a156a2 commit 882cf48

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5924,6 +5924,7 @@ Porting/makerel Release making utility
59245924
Porting/manicheck Check against MANIFEST
59255925
Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
59265926
Porting/manisort Sort the MANIFEST
5927+
Porting/merge-deltas.pl Merge developments deltas into the final perldelta
59275928
Porting/mksample Generate Porting/config_H and Porting/config.sh
59285929
Porting/new-perldelta.pl Generate a new perldelta
59295930
Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
@@ -6559,6 +6560,7 @@ t/porting/libperl.t Check libperl.a sanity
65596560
t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
65606561
t/porting/makerel.t Test that files used by Porting/makerel exist
65616562
t/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
65626564
t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
65636565
t/porting/pod_rules.t Check that various pod lists are consistent
65646566
t/porting/podcheck.t Test the POD of shipped modules is well formed

Porting/README.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ This library provides functions used in checking and sorting the F<MANIFEST>.
245245

246246
This 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

250255
This script regenerates F<Porting/config.sh> and F<Porting/config_H>.

0 commit comments

Comments
 (0)