From 189b928897ff4210a33d0e254d4c2fbe5636bc3f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 2 May 2022 14:36:59 -0600 Subject: autodoc.pl: perlxs items default to XS section --- autodoc.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'autodoc.pl') 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, -- cgit v1.2.1