summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-12 13:41:45 -0600
committerKarl Williamson <khw@cpan.org>2022-05-12 13:44:36 -0600
commitd05b47c21dcd875feba6109bfb1f583ce579c4d5 (patch)
tree184c39ae31880bb7e222e47985ebb802a06d324f /autodoc.pl
parentce90e444392f31a8a610c37beb3963eedbaa73da (diff)
downloadperl-d05b47c21dcd875feba6109bfb1f583ce579c4d5.tar.gz
autodoc.pl: deb.c default section is debugging
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 3dd34213b3..5a89aaec8a 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -422,6 +422,7 @@ my %initial_file_section = (
'av.c' => $AV_scn,
'av.h' => $AV_scn,
'cv.h' => $CV_scn,
+ 'deb.c' => $debugging_scn,
'dist/ExtUtils-ParseXS/lib/perlxs.pod' => $XS_scn,
'doio.c' => $io_scn,
'gv.c' => $GV_scn,