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. Or, are Module::Build and
ExtUtils::MakeMaker even using those method names? Those are pulled
straight from Pod::Simple. Did you have the same method names in
earlier versions of Pod::Man, or could the old method names hold the
backward compatibility hack?
Allison