On Wed, Jan 31, 2001 at 10:34:15AM +0000, Matt Sergeant wrote:
> I now have a stylesheet that will generate "good enough" POD that
> Pod::Text generates reasonable output. Sadly Pod::Text needs a filename or
> STDIN (we may be able to fudge it to work on a temp filehandle), which
> makes the coding a little more complex, but still doable. Its just a
> matter of time and effort.

That's twice you've mentioned this.  I assume you are working with
5.005_03.  If you take a look at the Pod::Text and Pod::Parser which
come with 5.6.0 you will notice that there is a parse_from_filehandle()
method which seems to be what you are after.  Alternatively, you can
download podlators-1.07 and PodParser-1.18 from CPAN.  I don't think
either has a requirement for 5.6.0.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to