Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 108b5e9d6ce986b66cc9fb02e28db203021d79b9 https://github.com/Perl/perl5/commit/108b5e9d6ce986b66cc9fb02e28db203021d79b9 Author: Bram <perl...@wizbit.be> Date: 2022-09-05 (Mon, 05 Sep 2022)
Changed paths: M README.cn M README.ko M README.tw Log Message: ----------- Move '=encoding utf8' after preamble All the READMEs start with a preamble describing that the file is written in the POD format. When the '=encoding' line is put before the preamble then the preamble is also rendered when viewing the file with `perldoc` (and/or when viewing the file as POD). Fix: move '=encoding' to the place where the actual POD starts. Commit: ffe25ee38a87281e8293a4ab86e8a49392a9803f https://github.com/Perl/perl5/commit/ffe25ee38a87281e8293a4ab86e8a49392a9803f Author: Bram <perl...@wizbit.be> Date: 2022-09-05 (Mon, 05 Sep 2022) Changed paths: M Cross/README.new M INSTALL M PACKAGING M README.aix M README.amiga M README.android M README.bs2000 M README.cn M README.cygwin M README.freebsd M README.haiku M README.hpux M README.hurd M README.irix M README.jp M README.ko M README.linux M README.macosx M README.openbsd M README.os2 M README.os390 M README.os400 M README.plan9 M README.qnx M README.riscos M README.solaris M README.synology M README.tru64 M README.tw M README.vms M README.vos M README.win32 M hints/README.hints Log Message: ----------- Add vim-modeline to render files as POD GitHub (also) checks the vim-modeline to decide how the file should be rendered. These files are all in the POD format so add the vim-modeline so that GitHub displays them in a formatted way. (Note: adding `linguist-language=Pod` in .gitattributes does not work, I created a GH support ticket for that a month ago but there have been little progress on it.) Commit: d10b9fb6cce977dad7ccd637c5e6e31f682eaa52 https://github.com/Perl/perl5/commit/d10b9fb6cce977dad7ccd637c5e6e31f682eaa52 Author: Bram <perl...@wizbit.be> Date: 2022-09-05 (Mon, 05 Sep 2022) Changed paths: M mkppport Log Message: ----------- Add perl shebang to mkppport It was missing so add it. (And as a benefit: it now renders the file as Perl code when viewing it on github) Compare: https://github.com/Perl/perl5/compare/ebf8e1962065...d10b9fb6cce9