dor and // fulfil a TODO
Nicholas Clark [Fri, 9 Jul 2004 11:34:17 +0000 (11:34 +0000)]
Correct a deviation from the Nicholas Clark style guide.

p4raw-id: //depot/perl@23072

pod/perltodo.pod

index e92d474..2ffad10 100644 (file)
@@ -867,6 +867,10 @@ That's, uh, F<podchecker>
 
 =head2 Cache precompiled modules
 
+=head2 "or" tests defined, not truth
+
+See C<dor> 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<our> instead.
 
-=head2 "or" tests defined, not truth
-
-Suggesting this on P5P B<will> cause a boring and interminable flamewar.
-
 =head2 "class"-based lexicals
 
 Use flyweight objects, secure hashes or, dare I say it, pseudo-hashes instead.