Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7af0ef647b29353109650dc0991a7add0c2de055 https://github.com/Perl/perl5/commit/7af0ef647b29353109650dc0991a7add0c2de055 Author: Max Maischein <cor...@corion.net> Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths: M MANIFEST M Porting/makerel A t/porting/makerel.t Log Message: ----------- 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.