On Sun, Oct 27, 2024 at 04:00:19PM +0000, Gavin Smith wrote: > > There is a new dependency for pod2texi and Pod-Simple-Texinfo, > > Pod::Simple::XHTML. > > > > I think that it would be important to have this change in the release, > > and maybe this could justify a new pretest, after there has been more > > reports? > > Will people be able to build and run the rest of Texinfo without > this module? If so, then it make sense to make this a dependency of > pod2texi.
Yes, Pod::Simple::XHTML is the same as Pod::Simple::PullParser in this respect. If not present the pod2texi tests are skipped and the rules to generate the .texi generated by pod2texi are omitted from Makefile.am(s). -- Pat