summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-02 14:36:59 -0600
committerKarl Williamson <khw@cpan.org>2022-05-02 14:39:24 -0600
commit189b928897ff4210a33d0e254d4c2fbe5636bc3f (patch)
tree5b7a2c6905430bbd59188e7086300e1771c3a011 /autodoc.pl
parentae2774da267860b01067afed64ae9035300d70dc (diff)
downloadperl-189b928897ff4210a33d0e254d4c2fbe5636bc3f.tar.gz
autodoc.pl: perlxs items default to XS section
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 6575df098f..a9cfb4ac0a 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -413,6 +413,7 @@ my %initial_file_section = (
'av.c' => $AV_scn,
'av.h' => $AV_scn,
'cv.h' => $CV_scn,
+ 'dist/ExtUtils-ParseXS/lib/perlxs.pod' => $XS_scn,
'doio.c' => $io_scn,
'gv.c' => $GV_scn,
'gv.h' => $GV_scn,