This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t treat COWs specially in locked hashes
authorFather Chrysostomos <sprout@cpan.org>
Wed, 7 Aug 2013 01:19:08 +0000 (18:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 14:41:26 +0000 (07:41 -0700)
commit0ffdaf1a47312f763d4610e9ec65c24561e957a5
tree8dd34cbc20ebccd72f00c3d3a56670b99b0630cf
parentd8b516a1046e5fdab4de366564c3388df9504b5d
Don’t treat COWs specially in locked hashes

This is left over from when READONLY+FAKE meant copy-on-write.

Read-only copy-on-write scalars (which could not occur with the old
way of flagging things) must not be exempt from hash key restrictions.
ext/Hash-Util/t/Util.t
hv.c