Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9da7aa9d07dd772b041d4b02828d9969efdbc053
https://github.com/Perl/perl5/commit/9da7aa9d07dd772b041d4b02828d9969efdbc053
Author: James E Keenan <[email protected]>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M META.json
M META.yml
M Porting/Maintainers.pl
Log Message:
-----------
Make spelling of values for 'FILES' consistent
While developing a program which require-s Porting/Maintainers.pl for
the data in %Modules, I noticed that the entries for two modules'
'FILES' key-value pairs were spelled with a trailing slash. All other
'FILES' KVPs omitted the trailing slash.
For consistency, let's omit the trailing slash. Once that's done, two
invocations of "./perl -Ilib Porting/makemeta -y" were needed to make
'make test_porting' happy.