diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-14 17:26:04 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-14 17:26:04 +0200 |
commit | eeab323ffcafa032cc1de5436f6cd56bea0372ea (patch) | |
tree | 8921528ad2baa82cc9ff3000704684862e0d3f93 /pod/perltodo.pod | |
parent | f7fa84391d462e1103bb223df3a2a79dd15526ff (diff) | |
download | perl-eeab323ffcafa032cc1de5436f6cd56bea0372ea.tar.gz |
Some POD and spelling fixes
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 2 |
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. |