summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
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.