The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
# explicit linking is required to ensure the use of versioned symbols
$self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;