Branch: refs/heads/haarg/storable-cleanup
  Home:   https://github.com/Perl/perl5
  Commit: 68a2918a22fd507ac19e32bac4c5ad407f61f99a
      
https://github.com/Perl/perl5/commit/68a2918a22fd507ac19e32bac4c5ad407f61f99a
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M Porting/exec-bit.txt
    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: 27ad0e0d69bc1da9d4a4bdfdcd0c467ae59e74f8
      
https://github.com/Perl/perl5/commit/27ad0e0d69bc1da9d4a4bdfdcd0c467ae59e74f8
  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: 274193e4282537d2c9a21ff2295925f053ae9831
      
https://github.com/Perl/perl5/commit/274193e4282537d2c9a21ff2295925f053ae9831
  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: 28420f070500c35c2c9b669283c261f8cdb55cb7
      
https://github.com/Perl/perl5/commit/28420f070500c35c2c9b669283c261f8cdb55cb7
  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: 814b7d2250d6de64101ddb9df5e587efeffe9ddb
      
https://github.com/Perl/perl5/commit/814b7d2250d6de64101ddb9df5e587efeffe9ddb
  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: ae0b8ce5995bb0a15db6e5edfaee9541fafb2805
      
https://github.com/Perl/perl5/commit/ae0b8ce5995bb0a15db6e5edfaee9541fafb2805
  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: 790fc9d88b7f9ebf80ca71586fe1c25777c301dd
      
https://github.com/Perl/perl5/commit/790fc9d88b7f9ebf80ca71586fe1c25777c301dd
  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: 5139ed89ba3c109b3eb4b8845552ebc37ed92047
      
https://github.com/Perl/perl5/commit/5139ed89ba3c109b3eb4b8845552ebc37ed92047
  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


  Commit: 6bf29897cd0b5b6b5e7104e6aa88635433ef6f37
      
https://github.com/Perl/perl5/commit/6bf29897cd0b5b6b5e7104e6aa88635433ef6f37
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M MANIFEST

  Log Message:
  -----------
  update MANIFEST for Storable changes


  Commit: d296aadbd152e79b2fee38919822bf8318f89fa5
      
https://github.com/Perl/perl5/commit/d296aadbd152e79b2fee38919822bf8318f89fa5
  Author: Graham Knop <ha...@haarg.org>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M dist/Storable/ChangeLog

  Log Message:
  -----------
  Storable: change log entries


  Commit: fef413ed91ffeb03accb2eccbb999ae3904bb884
      
https://github.com/Perl/perl5/commit/fef413ed91ffeb03accb2eccbb999ae3904bb884
  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: version bump


Compare: https://github.com/Perl/perl5/compare/aeaa40c70cf6...fef413ed91ff

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to