Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!headwall.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: [email protected] (Steven W McDougall)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: Pod::Tree 1.00 released
Followup-To: comp.lang.perl.modules
Date: 24 Sep 1999 12:36:16 GMT
Organization: The World Public Access UNIX, Brookline, MA
Lines: 57
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:366 comp.lang.perl.modules:13615

Pod::Tree 1.00 has been released to CPAN.
>From the README:


Pod::Tree - Tree-based POD parser


DESCRIPTION

Modules

   Pod::Tree parses a POD into a static syntax tree.
   Applications walk the tree to recover the structure and content of
   the POD.

   Pod::Tree::HTML walks a Pod::Tree and translates it to HTML.

Executables

   pod2html translates a POD file into an HTML file.

   pods2html walks a directory tree,
   translates all the PODs that it finds into HTML files,
   and puts the HTML files into a parallel directory tree.


PREREQUISITES
Perl5.004
Exporter


HOW TO BUILD AND INSTALL

Modules

   perl Makefile.PL
   make
   make test
   make install


Executables

   Copy them to where ever you want them.


TODO
Nothing planned.
Send suggestions, bugs, etc. to [email protected]


COPYRIGHT
Copyright 1999 by Steven McDougall. This module is free
software; you can redistribute it and/or modify it under the same
terms as Perl itself.