summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-01-08 19:40:20 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-01-10 19:49:12 +0000
commit9da7aa9d07dd772b041d4b02828d9969efdbc053 (patch)
treefd135060d726c112af04ad2c84cf22a1f66325d5 /META.json
parentbe28068dd2d6bae59706012a474d0020630861c7 (diff)
downloadperl-9da7aa9d07dd772b041d4b02828d9969efdbc053.tar.gz
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.
Diffstat (limited to 'META.json')
-rw-r--r--META.json51
1 files changed, 2 insertions, 49 deletions
diff --git a/META.json b/META.json
index a4c1b17e5b..388c6a3a0d 100644
--- a/META.json
+++ b/META.json
@@ -33,8 +33,8 @@
"dist/FindBin",
"dist/I18N-Collate",
"dist/if",
- "dist/IO/",
- "dist/lib/",
+ "dist/IO",
+ "dist/lib",
"dist/Locale-Maketext",
"dist/Module-CoreList",
"dist/Net-Ping",
@@ -94,53 +94,6 @@
],
"file" : [
"autodoc.pl",
- "dist/IO/ChangeLog",
- "dist/IO/hints/sco.pl",
- "dist/IO/IO.pm",
- "dist/IO/IO.xs",
- "dist/IO/lib/IO/Dir.pm",
- "dist/IO/lib/IO/File.pm",
- "dist/IO/lib/IO/Handle.pm",
- "dist/IO/lib/IO/Pipe.pm",
- "dist/IO/lib/IO/Poll.pm",
- "dist/IO/lib/IO/Seekable.pm",
- "dist/IO/lib/IO/Select.pm",
- "dist/IO/lib/IO/Socket.pm",
- "dist/IO/lib/IO/Socket/INET.pm",
- "dist/IO/lib/IO/Socket/UNIX.pm",
- "dist/IO/Makefile.PL",
- "dist/IO/poll.c",
- "dist/IO/poll.h",
- "dist/IO/README",
- "dist/IO/t/cachepropagate-tcp.t",
- "dist/IO/t/cachepropagate-udp.t",
- "dist/IO/t/cachepropagate-unix.t",
- "dist/IO/t/gh17447.t",
- "dist/IO/t/IO.t",
- "dist/IO/t/io_const.t",
- "dist/IO/t/io_dir.t",
- "dist/IO/t/io_dup.t",
- "dist/IO/t/io_file.t",
- "dist/IO/t/io_file_export.t",
- "dist/IO/t/io_getline.t",
- "dist/IO/t/io_leak.t",
- "dist/IO/t/io_linenum.t",
- "dist/IO/t/io_multihomed.t",
- "dist/IO/t/io_pipe.t",
- "dist/IO/t/io_poll.t",
- "dist/IO/t/io_sel.t",
- "dist/IO/t/io_sock.t",
- "dist/IO/t/io_sock_errstr.t",
- "dist/IO/t/io_taint.t",
- "dist/IO/t/io_tell.t",
- "dist/IO/t/io_udp.t",
- "dist/IO/t/io_unix.t",
- "dist/IO/t/io_utf8.t",
- "dist/IO/t/io_utf8argv.t",
- "dist/IO/t/io_xs.t",
- "dist/lib/lib_pm.PL",
- "dist/lib/Makefile.PL",
- "dist/lib/t/01lib.t",
"lib/unicore/mktables",
"pod/perlfilter.pod",
"pod/perlpodstyle.pod",