Allison Randal <[EMAIL PROTECTED]> writes: > On Dec 14, 2005, at 12:31, Russ Allbery wrote:
>> I don't think there's really much advantage beyond supporting code that >> assumed one could reuse an object, but I'm happy to add in a call to >> reinit so that the old code would continue to work. > Would you override 'parse_file' and 'parse_from_file' so they call > 'reinit'? Potential threading issues there, but a tolerable kludge > for backward compatibility. Hm, sure, I can do that. Those are the only two interfaces that older callers of Pod::Man would likely be using. (parse_from_filehandle and parse_from_file, actually.) -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
