Again, I'm not sure if this is a bug, or a documentation/understanding issue.
It seems like pod2texi almost supports "=for texinfo raw text" passthrough, but not quite. Consider processing the following trivial pod file. ---------------------------------------------------------------------- =for texinfo blah =head1 bar ---------------------------------------------------------------------- Since there is no newline after the inserted text, we get a line blah@menu in the output texinfo. =begin texinfo / =end texinfo seems to behave the same way. d
