From: Nicholas Clark Date: Mon, 27 Dec 2004 15:48:24 +0000 (+0000) Subject: Add investigating self tie segfaults to the TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2810d90162dc487ea10933114344f32d14b3d619;p=p5sagit%2Fp5-mst-13.2.git Add investigating self tie segfaults to the TODO p4raw-id: //depot/perl@23682 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 4a32a54..e44f242 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.