This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add file existence test for Porting/makerel
authorMax Maischein <corion@corion.net>
Sat, 20 Jan 2024 13:41:26 +0000 (14:41 +0100)
committerMax Maischein <corion@corion.net>
Sat, 20 Jan 2024 13:41:26 +0000 (14:41 +0100)
commit7af0ef647b29353109650dc0991a7add0c2de055
tree247200ffd1af42eaac09a76b2e4a7272d2ca6fdf
parentab67b7988ab4359b9f43162f1ff0f05f0404de16
Add file existence test for Porting/makerel

This came up in the release of 5.39.7. Previously autodie.pm had been
upgraded, which removed the file touch_me from the Perl distribution.
The name touch_me was still mentioned in Porting/makerel , but this
only became apparent when makerel was used to actually build a tarball.

This test crudely parses the list of filenames from Porting/makerel
and checks that all the files referenced there exist.
MANIFEST
Porting/makerel
t/porting/makerel.t [new file with mode: 0644]