From: Nicholas Clark Date: Fri, 9 Jul 2004 11:34:17 +0000 (+0000) Subject: dor and // fulfil a TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0eec9087369ddc054372e9a09dbe6b4aefafd9a4;p=p5sagit%2Fp5-mst-13.2.git dor and // fulfil a TODO Correct a deviation from the Nicholas Clark style guide. p4raw-id: //depot/perl@23072 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index e92d474..2ffad10 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -867,6 +867,10 @@ That's, uh, F =head2 Cache precompiled modules +=head2 "or" tests defined, not truth + +See C and C + =head1 Deprecated Wishes These are items which used to be in the todo file, but have been @@ -908,7 +912,7 @@ We have shared hash keys, which perform the same job. =head2 Add compression modules -The compression modules are a little heavy; meanwhile, Nick Clark is +The compression modules are a little heavy; meanwhile, Nicholas Clark is working on experimental pragmata to do transparent decompression on input. @@ -936,10 +940,6 @@ See the Perl Power Tools. ( http://language.perl.com/ppt/ ) Use C instead. -=head2 "or" tests defined, not truth - -Suggesting this on P5P B cause a boring and interminable flamewar. - =head2 "class"-based lexicals Use flyweight objects, secure hashes or, dare I say it, pseudo-hashes instead.