summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-14 17:26:04 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-14 17:26:04 +0200
commiteeab323ffcafa032cc1de5436f6cd56bea0372ea (patch)
tree8921528ad2baa82cc9ff3000704684862e0d3f93 /pod/perltodo.pod
parentf7fa84391d462e1103bb223df3a2a79dd15526ff (diff)
downloadperl-eeab323ffcafa032cc1de5436f6cd56bea0372ea.tar.gz
Some POD and spelling fixes
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 6fe31fa228..e94c74997b 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -375,7 +375,7 @@ course, we all know what step 3 is.
Currently F<Configure> automatically adds C<-DDEBUGGING> to the C compiler
flags if it spots C<-g> in the optimiser flags. The pre-processor directive
-C<DEBUGGING> enables F<perl>'s command line <-D> options, but in the process
+C<DEBUGGING> enables F<perl>'s command line C<-D> options, but in the process
makes F<perl> slower. It would be good to disentangle this logic, so that
C-level debugging with C<-g> and Perl level debugging with C<-D> can easily
be enabled independently.