Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ee58f5e18ca2a2bef4147c5cfdd5bc18505d3bb1 https://github.com/Perl/perl5/commit/ee58f5e18ca2a2bef4147c5cfdd5bc18505d3bb1 Author: Tony Cook <t...@develop-help.com> Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths: M MANIFEST M t/test.pl A t/test_pl.pod A t/test_pl/examples.t Log Message: ----------- document t/test.pl I got sick of reverse engineering run_multiple_progs() tests and runperl() arguments each time I needed to use them. There's some documentation in comments inline but it's pretty variable and less accessible than pod. Since (in theory anyway) we want test.pl to exercise as little of perl as possible, the POD doesn't belong in test.pl itself. So I've put this in t/test_pl.pod since it's not really end user documentation that would belong in pod/. Commit: e96b7226ea8b0fcb1c2f1e6a8f5207df191d4a19 https://github.com/Perl/perl5/commit/e96b7226ea8b0fcb1c2f1e6a8f5207df191d4a19 Author: Tony Cook <t...@develop-help.com> Date: 2025-09-17 (Wed, 17 Sep 2025) Changed paths: M t/porting/podcheck.t Log Message: ----------- podcheck t/test_pl.pod podcheck normally excludes t/ but I do want t/test_pl.pod checked. Updating is_pod_file() to allow only this file seems more complex than just adding t/test_pl.pod afterwards, so just add it, just as t/porting/podcheck.t is added. Compare: https://github.com/Perl/perl5/compare/d51aa1a511cb...e96b7226ea8b To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications