diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-27 15:48:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-27 15:48:24 +0000 |
commit | 2810d90162dc487ea10933114344f32d14b3d619 (patch) | |
tree | 3ed08bb0bbaa884ee8b7f2a80bce02f63a41bc48 /pod | |
parent | 08b96d1f9dac8367df484da44f467f9c8ad5dba9 (diff) | |
download | perl-2810d90162dc487ea10933114344f32d14b3d619.tar.gz |
Add investigating self tie segfaults to the TODO
p4raw-id: //depot/perl@23682
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4a32a542cc..e44f242a5c 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -299,3 +299,9 @@ guide people attempting to optimise the guts of perl. system() accepts a LIST syntax (and a PROGRAM LIST syntax) to avoid running a shell. readpipe() (the function behind qx//) could be similarly extended. + +=head2 Self ties + +self ties are currently illegal because they caused too many segfaults. Maybe +the causes of these could be tracked down and self-ties on all types re- +instated. |