This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the build and tests when NODEFAULT_SHAREKEYS is defined
authorNicholas Clark <nick@ccl4.org>
Sat, 16 Oct 2021 18:06:44 +0000 (18:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 20 Oct 2021 15:34:23 +0000 (15:34 +0000)
commit33042aafe7427f88db58e555390c82dd25ef9a28
tree56a3df0e0d6d3d27ccdabb89941863b1d942003b
parent7c4cc0343c223680358a798ea6826c8c3a710db3
Fix the build and tests when NODEFAULT_SHAREKEYS is defined

Defining this macro causes newHV() to create hashes without shared hash key
scalars. The default is that hashes are created with shared hash keys.
ext/Devel-Peek/t/Peek.t
ext/XS-APItest/APItest.xs
hv.c
t/op/tr.t