Skip to content

Commit b8cfd9f

Browse files
bookericherman
authored andcommitted
update MANIFEST
1 parent 204cc67 commit b8cfd9f

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
@@ -5925,6 +5925,7 @@ Porting/makerel Release making utility
59255925
Porting/manicheck Check against MANIFEST
59265926
Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
59275927
Porting/manisort Sort the MANIFEST
5928+
Porting/merge-deltas.pl Merge developments deltas into the final perldelta
59285929
Porting/mksample Generate Porting/config_H and Porting/config.sh
59295930
Porting/new-perldelta.pl Generate a new perldelta
59305931
Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
@@ -6560,6 +6561,7 @@ t/porting/libperl.t Check libperl.a sanity
65606561
t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
65616562
t/porting/makerel.t Test that files used by Porting/makerel exist
65626563
t/porting/manifest.t Test that this MANIFEST file is well formed
6564+
t/porting/merge-deltas.t Test that the Porting/merge-deltas.pl script does its job
65636565
t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
65646566
t/porting/pod_rules.t Check that various pod lists are consistent
65656567
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)