From: Matt Kraai Date: Fri, 7 Dec 2007 07:28:06 +0000 (-0800) Subject: Re: Remove extra space from perltodo.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de5357942a5c1ad0c651e7d2ce26b08c92cd7a61;p=p5sagit%2Fp5-mst-13.2.git Re: Remove extra space from perltodo.pod Message-ID: <20071207152806.GD4190@ftbfs.org> p4raw-id: //depot/perl@32606 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index a1ebcb5..0c85ceb 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -766,11 +766,11 @@ perl and XS subroutines. Subroutine implementations rarely change between perl and XS at run time, so investigate using 2 ops to enter subs (one for XS, one for perl) and swap between if a sub is redefined. -=head2 Self ties +=head2 Self-ties -Self ties are currently illegal because they caused too many segfaults. Maybe +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. +reinstated. =head2 Optimize away @_