summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-09 11:34:17 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-09 11:34:17 +0000
commit0eec9087369ddc054372e9a09dbe6b4aefafd9a4 (patch)
tree530ea0dfe5fb46c87fe5c2b4237aa8be7f7f6b57 /pod/perltodo.pod
parentff79d39dc75833c4d7014282008680632389529f (diff)
downloadperl-0eec9087369ddc054372e9a09dbe6b4aefafd9a4.tar.gz
dor and // fulfil a TODO
Correct a deviation from the Nicholas Clark style guide. p4raw-id: //depot/perl@23072
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index e92d474245..2ffad10f4f 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -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.