Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: dd8625e73c7f91a1ef58ae8355707bb2dce8d37c
https://github.com/Perl/perl5/commit/dd8625e73c7f91a1ef58ae8355707bb2dce8d37c
Author: Lukas Mai <[email protected]>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M dist/Safe/Safe.pm
M dist/Safe/t/safe1.t
M dist/Safe/t/safe2.t
M dist/Safe/t/safe3.t
M dist/Safe/t/safeload.t
M dist/Safe/t/safenamedcap.t
M dist/Safe/t/safeops.t
M dist/Safe/t/saferegexp.t
M dist/Safe/t/safesecurity.t
M dist/Safe/t/safesig.t
M dist/Safe/t/safesort.t
M dist/Safe/t/safeuniversal.t
M dist/Safe/t/safeutf8.t
M dist/Safe/t/safewrap.t
Log Message:
-----------
Safe: clean up some tests
- `BEGIN { require Config; Config->import; }` -> `use Config;`
- `new Safe` -> `Safe->new`
- more use of Test::More skip_all instead of manual print/exit
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications