diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-13 13:55:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-13 13:55:08 +0000 |
commit | 58122748fa6aa7e7bdd6f66fdd58e4e6f37e79f1 (patch) | |
tree | 337ff462902666b819a2a8d2c4a4a272119ecbaf /ext/threads/shared | |
parent | a0ae32d368a84fe6385f561117e356b323fe45b7 (diff) | |
download | perl-58122748fa6aa7e7bdd6f66fdd58e4e6f37e79f1.tar.gz |
Document the tied/magical/shared array/hash non-autovivifying bug.
p4raw-id: //depot/perl@17221
Diffstat (limited to 'ext/threads/shared')
-rw-r--r-- | ext/threads/shared/shared.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index c92bfe55cf..eeb998402b 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -190,6 +190,10 @@ implemented in a future version of Perl. Does not support splice on arrays! +Taking references to the elements of shared arrays and hashes does not +autovivify the elements, and neither does slicing a shared array/hash +over non-existent indices/keys autovivify the elements. + =head1 AUTHOR Arthur Bergman E<lt>arthur at contiller.seE<gt> |