Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 153ee16033893bdb69ce3d484e455570df36e92c
https://github.com/Perl/perl5/commit/153ee16033893bdb69ce3d484e455570df36e92c
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M t/test.pl
Log Message:
-----------
Recognise a # PREAMBLE directive in a t/lib file
This allows a test file to begin with a common pragma line or other
setup code and avoid having to repeat that setup across every individual
test block in the file.
Commit: ef56cbf1eb3a5f4dc7c8f40d046b9f64b4a6a733
https://github.com/Perl/perl5/commit/ef56cbf1eb3a5f4dc7c8f40d046b9f64b4a6a733
Author: Paul "LeoNerd" Evans <[email protected]>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M MANIFEST
A t/lib/croak/signatures
M t/op/signatures.t
Log Message:
-----------
Move signatures compilation failure tests to t/lib/croak/signatures
It's better to reuse the standard croak test infrastructure, than put
lots of ad-hoc uses of `eval` and assertions on the value of `$@`
afterwards in the regular signatures.t file.
Compare: https://github.com/Perl/perl5/compare/5a425b64b8c2...ef56cbf1eb3a
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications