From: Rafael Garcia-Suarez Date: Fri, 7 Dec 2007 15:09:48 +0000 (+0000) Subject: Fix some typos, some found by Matt Kraai X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8d0aeb90259a19deb4d329326cf295d4f6d468f;p=p5sagit%2Fp5-mst-13.2.git Fix some typos, some found by Matt Kraai p4raw-id: //depot/perl@32593 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c423736..a1ebcb5 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -639,7 +639,7 @@ fixed strings such as C and pass them in to functions.) =head2 Organize error messages Perl's diagnostics (error messages, see L) could use -reorganizing and formalizing so that each error message has its +reorganizing and formalizing so that each error message has its stable-for-all-eternity unique id, categorized by severity, type, and subsystem. (The error messages would be listed in a datafile outside of the Perl source code, and the source code would only refer to the @@ -674,9 +674,9 @@ Currently this is illegal: state ($a, $b) = foo(); In Perl 6, C and C<(state $a) = foo();> have different -semantics, which is tricky to implement in Perl 5 as currently the produce +semantics, which is tricky to implement in Perl 5 as currently they produce the same opcode trees. The Perl 6 design is firm, so it would be good to -implement the necessary code in Perl 5. There are comments in +implement the necessary code in Perl 5. There are comments in C that show the code paths taken by various assignment constructions involving state variables. @@ -768,9 +768,9 @@ XS, one for perl) and swap between if a sub is redefined. =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. +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. =head2 Optimize away @_