Branch: refs/heads/yves/fixup_perlreapi_pod Home: https://github.com/Perl/perl5 Commit: b37fdfad87ed644738bec9b86eeefcf8a640953b https://github.com/Perl/perl5/commit/b37fdfad87ed644738bec9b86eeefcf8a640953b Author: Yves Orton <demer...@gmail.com> Date: 2023-07-16 (Sun, 16 Jul 2023)
Changed paths: M t/porting/podcheck.t Log Message: ----------- t/porting/podcheck.t - some verbatim text is copied from the source So we should check if it is still in sync with the source, and ignore any line length issues as the source needs to be changed, not the copy. To enable this simply put "file source: FILENAME" or "copied from: FILENAME" in the first line of the verbatim text. Commit: de7c27d35a83a6ff5a86b3a76b9ee0e58105f3ce https://github.com/Perl/perl5/commit/de7c27d35a83a6ff5a86b3a76b9ee0e58105f3ce Author: Yves Orton <demer...@gmail.com> Date: 2023-07-16 (Sun, 16 Jul 2023) Changed paths: M pod/perlreapi.pod M regexp.h Log Message: ----------- regexp.h/perlreapi.pod - synchronize struct regexp documentation with source and update the individual struct members documentation accordingly, some time ago this structure was synchonize with the SV structure, so some members that used to be documented are now actually macros. Thanks to Tony C for noticing this and calling it to my attention. Compare: https://github.com/Perl/perl5/compare/b37fdfad87ed%5E...de7c27d35a83