Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a1813c51c7dc5a6b74bb88d23f90abee2e3b1ec4 https://github.com/Perl/perl5/commit/a1813c51c7dc5a6b74bb88d23f90abee2e3b1ec4 Author: James Raspass <jrasp...@gmail.com> Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths: M lib/SelectSaver.t Log Message: ----------- Modernise & improve SelectSaver.t coverage - Use v5.40 and a modern testing framework. - Test different arguments to new. - Avoid writing to disk, it isn't necessary. Commit: 4b10878d5b597693f06cb94b6ec7e39538180527 https://github.com/Perl/perl5/commit/4b10878d5b597693f06cb94b6ec7e39538180527 Author: James Raspass <jrasp...@gmail.com> Date: 2025-09-23 (Tue, 23 Sep 2025) Changed paths: M lib/SelectSaver.pm Log Message: ----------- Modernise SelectSaver - Move the version declaration into the package line. - Move the code above the POD and add an __END__ token. - Use v5.40 to get strict, warnings, and the module_true feature. - Use subroutine signatures and remove hand rolled arity croak. Compare: https://github.com/Perl/perl5/compare/322b78776da7...4b10878d5b59 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications