On Fri, Nov 02, 2001 at 07:05:46PM -0700, Sean M. Burke wrote: > Does anyone use Pod::InputObjects / Pod::ParseTree? > Not "can imagine using", but actually use?
I remember some Pod2html and pod2xml implementations on CPAN that used Pod::ParseTree. Even if they don't use the class, the "interface" it defines is still used and needs to be documented somewhere. Just about anything that uses the "TREE-BASED PARSING" method mentioned in the Pod::Parser methods likely uses Pod::ParseTree (even if only temporarily to return a "transformed" object that at least obey's the same protocol). So the answer is "yes", the Pod::ParseTree really is used by folks who don't want to do stream-based parsing (not everyone uses Pod::Tree instead ;-) -- Brad Appleton <[EMAIL PROTECTED]> http://www.bradapp.net/ "And miles to go before I sleep." -- Robert Frost
