Sean M Burke <[EMAIL PROTECTED]> writes: > OK, you or Brad might be able to answer this then:
> Why is it that a paragraph node doesn't have children, but has an > HTML::ParseTree object that has children? It seems an odd bit of > indirection, and I can't make out the motivation for it. You mean a Pod::ParseTree object? Because a Pod::Paragraph has additional information beyond what a Pod::ParseTree has, I would assume, and is therefore implemented as a wrapper object around a parse tree. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
