Branch: refs/heads/haarg/storable-cleanup Home: https://github.com/Perl/perl5 Commit: 7bcf857328e963155c3ffcf08948459f749d10ba https://github.com/Perl/perl5/commit/7bcf857328e963155c3ffcf08948459f749d10ba Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths: M dist/Storable/t/attach.t M dist/Storable/t/attach_errors.t M dist/Storable/t/attach_singleton.t M dist/Storable/t/blessed.t M dist/Storable/t/boolean.t M dist/Storable/t/canonical.t M dist/Storable/t/circular_hook.t M dist/Storable/t/code.t M dist/Storable/t/compat01.t M dist/Storable/t/compat06.t M dist/Storable/t/croak.t M dist/Storable/t/dclone.t M dist/Storable/t/downgrade.t M dist/Storable/t/forgive.t M dist/Storable/t/freeze.t M dist/Storable/t/huge.t M dist/Storable/t/hugeids.t M dist/Storable/t/integer.t M dist/Storable/t/interwork56.t M dist/Storable/t/just_plain_nasty.t M dist/Storable/t/lock.t M dist/Storable/t/malice.t M dist/Storable/t/overload.t M dist/Storable/t/recurse.t M dist/Storable/t/restrict.t M dist/Storable/t/retrieve.t M dist/Storable/t/sig_die.t M dist/Storable/t/store.t M dist/Storable/t/threads.t M dist/Storable/t/tied.t M dist/Storable/t/tied_hook.t M dist/Storable/t/tied_items.t M dist/Storable/t/tied_store.t M dist/Storable/t/utf8.t M dist/Storable/t/utf8hash.t M dist/Storable/t/weak.t Log Message: ----------- Storable: remove test skips when extension not enabled The tests for the dist are already skipped in core if building the extension is disabled. There is no need to do a check in the tests themselves. Commit: 51182b1bedf780a1042163fcd084848de109e6d3 https://github.com/Perl/perl5/commit/51182b1bedf780a1042163fcd084848de109e6d3 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/t/HAS_HOOK.pm M dist/Storable/t/HAS_OVERLOAD.pm Log Message: ----------- Storable: enable strict and warnings in test modules Commit: 924c2d8a54dc26b1eb73a2f5c219fb8a4feebb4e https://github.com/Perl/perl5/commit/924c2d8a54dc26b1eb73a2f5c219fb8a4feebb4e Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/t/make_56_interwork.pl M dist/Storable/t/make_downgrade.pl M dist/Storable/t/make_overload.pl Log Message: ----------- Storable: normalize test utility scripts Commit: 6777dc04aba0a6f4279bad1492a13cc307ca5291 https://github.com/Perl/perl5/commit/6777dc04aba0a6f4279bad1492a13cc307ca5291 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: R dist/Storable/t/HAS_HOOK.pm R dist/Storable/t/HAS_OVERLOAD.pm M dist/Storable/t/blessed.t M dist/Storable/t/dclone.t M dist/Storable/t/freeze.t M dist/Storable/t/interwork56.t A dist/Storable/t/lib/HAS_HOOK.pm A dist/Storable/t/lib/HAS_OVERLOAD.pm A dist/Storable/t/lib/st-dump.pl A dist/Storable/t/lib/testlib.pl M dist/Storable/t/lock.t M dist/Storable/t/malice.t M dist/Storable/t/overload.t M dist/Storable/t/retrieve.t R dist/Storable/t/st-dump.pl M dist/Storable/t/store.t R dist/Storable/t/testlib.pl M dist/Storable/t/tied.t M dist/Storable/t/tied_hook.t M dist/Storable/t/weak.t Log Message: ----------- Storable: move test libs to t/lib Commit: ceac4c56167b837df7231c2f63bf152325418e42 https://github.com/Perl/perl5/commit/ceac4c56167b837df7231c2f63bf152325418e42 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/Makefile.PL M dist/Storable/t/blessed.t M dist/Storable/t/dclone.t M dist/Storable/t/freeze.t A dist/Storable/t/lib/STDump.pm A dist/Storable/t/lib/STTestLib.pm R dist/Storable/t/lib/st-dump.pl R dist/Storable/t/lib/testlib.pl M dist/Storable/t/lock.t M dist/Storable/t/malice.t M dist/Storable/t/retrieve.t M dist/Storable/t/store.t M dist/Storable/t/tied.t M dist/Storable/t/tied_hook.t M dist/Storable/t/weak.t Log Message: ----------- Storable: convert test libraries into normal modules Commit: 642d0c7aa6312866675c61666f225e82cddfa50c https://github.com/Perl/perl5/commit/642d0c7aa6312866675c61666f225e82cddfa50c Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/.gitignore Log Message: ----------- Storable: gitignore release tarballs Commit: 1277f89190c168e99c662fa642227fb06725ba3c https://github.com/Perl/perl5/commit/1277f89190c168e99c662fa642227fb06725ba3c Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/lib/Storable.pm Log Message: ----------- Storable: enable strict Commit: 6c4c561922a9d254927bbf6e748d1b3514a74235 https://github.com/Perl/perl5/commit/6c4c561922a9d254927bbf6e748d1b3514a74235 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/lib/Storable.pm M dist/Storable/t/code.t M dist/Storable/t/recurse.t Log Message: ----------- Storable: stop using indirect object syntax in docs and tests Commit: e9ecec283bae738d5b13418c8e74bd450db58046 https://github.com/Perl/perl5/commit/e9ecec283bae738d5b13418c8e74bd450db58046 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/t/downgrade.t M dist/Storable/t/integer.t M dist/Storable/t/interwork56.t M dist/Storable/t/malice.t Log Message: ----------- Storable: remove notes about long gone 5.004 compatibility Commit: 405c7363be6c7b3153724baae69950483cc23396 https://github.com/Perl/perl5/commit/405c7363be6c7b3153724baae69950483cc23396 Author: Graham Knop <ha...@haarg.org> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M dist/Storable/t/CVE-2015-1592.t M dist/Storable/t/attach.t M dist/Storable/t/attach_errors.t M dist/Storable/t/attach_singleton.t M dist/Storable/t/blessed.t M dist/Storable/t/canonical.t M dist/Storable/t/circular_hook.t M dist/Storable/t/code.t M dist/Storable/t/compat01.t M dist/Storable/t/compat06.t M dist/Storable/t/croak.t M dist/Storable/t/dclone.t M dist/Storable/t/destroy.t M dist/Storable/t/downgrade.t M dist/Storable/t/file_magic.t M dist/Storable/t/flags.t M dist/Storable/t/forgive.t M dist/Storable/t/freeze.t M dist/Storable/t/integer.t M dist/Storable/t/interwork56.t M dist/Storable/t/just_plain_nasty.t M dist/Storable/t/leaks.t M dist/Storable/t/lock.t M dist/Storable/t/malice.t M dist/Storable/t/overload.t M dist/Storable/t/recurse.t M dist/Storable/t/robust.t M dist/Storable/t/sig_die.t M dist/Storable/t/store.t M dist/Storable/t/threads.t M dist/Storable/t/tied.t M dist/Storable/t/tied_hook.t M dist/Storable/t/tied_items.t M dist/Storable/t/tied_reify.t M dist/Storable/t/tied_store.t M dist/Storable/t/utf8.t M dist/Storable/t/utf8hash.t M dist/Storable/t/weak.t Log Message: ----------- Storable: use strict and warnings in tests Compare: https://github.com/Perl/perl5/compare/81cb79e2bb81...405c7363be6c To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications