This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug #24383, where hashes with the :unique attribute weren't
authorDave Mitchell <davem@fdisolutions.com>
Thu, 1 Jan 2004 19:58:08 +0000 (19:58 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Thu, 1 Jan 2004 19:58:08 +0000 (19:58 +0000)
commit53c33732a73c90e26f613c11afdc5110e6a919ff
tree0bfba23460f9a96ec7f56d3b170c62a2f386d2dd
parentcc8040a133daf622c9005eb6ffea6375088dc5e7
Fix bug #24383, where hashes with the :unique attribute weren't
getting made readonly on interpreter clone. Also, remove the
:unique attribute from the hashes in warnings.pm, since they may
later be modified by warnings::register.  Finally, adds tests for
the :unique attribute.

p4raw-id: //depot/perl@22034
ext/threads/t/problems.t
lib/warnings.pm
sv.c
warnings.pl