Allison Randal <[EMAIL PROTECTED]> writes:

> Okay, I've added a 'reinit' method to the core guts of Pod::Simple:

> http://svn.lohutok.net/nam/trunk/perl5/modules/Pod/Simple/lib/Pod/ 
> Simple/BlackBox.pm

> Calling this method before reusing the parser object deletes the state
> information from the object so it can be reused. (Previous comments
> about thread-safety still apply. Only call 'reinit' when you know it's
> safe to call it.)

> Russ, could you try this out in Pod::Man and see if it solves the
> backward compatibility problem?

> I'll release Pod::Simple 3.04 as soon as you confirm it works (or we  
> fix anything that doesn't work), and as soon as I hear back from  
> Steve on his test patches for including Pod::Simple in the core.

Sorry it took me so long to look at this -- I didn't get a chance over
vacation.

This does indeed work and solves the problem.

I can put out a podlators 2.0.1 right after a new Pod::Simple is released
that requires it and calls reinit where appropriate.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>

Reply via email to