The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Pod::Tree

1.03   2000 Oct 09

	- Cleaned up $VERSION variables (we hope)

	Pod::Tree::HTML
	- fixed \$pod bug in new()

	Pod::Tree::PerlBin
	- fixed xsubpp bug

	Pod::Tree::PerlFunc
	- fixed to handle do() properly

	Pod::Tree::PerlPod
	- compress whitespace in description lines
	
	pods2html
	- Fixed to handle relative paths

	perl2html
	- Fixed to handle relative paths


1.02   2000 May 19

	Pod::Tree::Node
	- added support for x<<>> style markups

	Pod::Tree::PerlFunc
	- added <dl></dl> tags to lists in perlfunc.pod sub-pages
	- sort function names within alphebetical index paragraphs

	Pod::Tree::PerlLib
	- scan for .pod files under @INC
	- added stop_file list

	Pod::Tree::PerlPod
	- don't convert PODs under /ext/


1.01   2000 Mar 11

	Pod::Tree
	- added limit => n option
	- added get_root(), set_root()
	- added push(), pop()
	- added walk()

	Pod::Tree::Node
	- allow text items to begin with * or number
	- parse L<sec tion> as "sec tion" in this man page
	- close line breaks in L<> markups

	Pod::Tree::HTML
	- emit </p> and </li> tags
	- suppress <p></p> markups from a single ordinary list item
	- changed _escape_text() to conform to  RFC 2369
	- added linkMap => \&linkMap option
	- added link() constructor
	- close line breaks in <a name=""> markups
	- emit anchors for <DT> items in <DL> lists
	- accept =for HTML or =for html
	- emit <p></p> around =for HTLM paragraphs

	Makefile.PL
	- add DISTNAME key

	pod2html
	- fixed the shebang

	pods2html
	- fixed the shebang
	- added --index option
	
	Added
	- Pod::Tree::PerlBin
	- Pod::Tree::PerlDist
	- Pod::Tree::PerlFunc
	- Pod::Tree::PerlLib
	- Pod::Tree::PerlMap
	- Pod::Tree::PerlPod
	- Pod::Tree::PerlTop
	- Pod::Tree::PerlUtil
	- perl2html
	- ToDo


1.00  1999 Jun 23
	- original version; created by h2xs 1.18