Branch: refs/heads/yves/fix_20155_thread_shared_attributes
  Home:   https://github.com/Perl/perl5
  Commit: ab4d4879e4d79963b30f7d3cc0237d79ad490310
      
https://github.com/Perl/perl5/commit/ab4d4879e4d79963b30f7d3cc0237d79ad490310
  Author: Yves Orton <demer...@gmail.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

  Changed paths:
    M MANIFEST
    M dist/threads-shared/lib/threads/shared.pm
    A dist/threads-shared/t/version.t

  Log Message:
  -----------
  dist/threads/shared.pm - use attributes.pm explicitly

It seems it is possible that we load the attributes XS code
without loading the .pm code first. This causes threads/t/kill.t to
die with an error about XS version mismatch. Explicitly loading
the attributes module from threads::shared seems to fix the problem.

This resolves #20155.


Reply via email to