Add investigating self tie segfaults to the TODO
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2004 15:48:24 +0000 (15:48 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Dec 2004 15:48:24 +0000 (15:48 +0000)
p4raw-id: //depot/perl@23682

pod/perltodo.pod

index 4a32a542ccc180126758363a06259fa5ad267d42..e44f242a5c1820167bf1f3d3b697eb90c73582b9 100644 (file)
@@ -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.