On Sat, Jul 29, 2017 at 01:29:44PM -0400, Randall Sawyer wrote: > The following lines are from the pod in package Texinfo::Parser (file: > Parser.pm) > > You can see examples of the tree structure by running makeinfo like > this: > > makeinfo -c DUMP_TREE=1 -c TEXINFO_OUTPUT_FORMAT=parse document.texi > > However, makeinfo contains these lines in this order inside the > file-argument processing loop:
Weird, I don't know why I wrote that advice, then. I've committed the change to exchange the two conditional blocks, except I've kept the check that $tree is defined before dumping it with Data::Dumper.
