Revision history for Perl extension Pod::Tree
1.08 2001 May 30
t/pods2html.t
- skip test on Win32
1.07 2001 May 29
Makefile.PL
- added EXE_FILES key
- added PREREQ_PM key
Pod::Tree
- preserve paragraph endings
- preserve non-POD content
- added has_pod() method
Pod::Tree::Node
- added code() and is_code()
- added get_brackets() method
- added get_raw() method
- added clone() method
- added set_filename()/get_filename() methods
- added get_domain() and support for L<http://...>
- carry =pod and =cut in command nodes
- SplitBar() split(/\|/,,2) to protect links with a verbar
Pod::Tree:HTML
- fixed load_paragraphs() call in resolve_source()
- added depth option
- render =for image foo.gif as <img src="foo.gif">
- rewhacked _emit_link to support target domains
Pod::Tree::Pod
- correctly reconstructs L<> markups
Pod::Tree::PerlDist
- added perl* links for the README.* files
Pod::Tree::PerlFunc
- fixed ShiftItems() to handle the getpw* items in perlfunc.pod
Pod::Tree::PerlTop
- added _get_dist_links() to pick up the README.* files
pods2html
- fixed relative links
- don't translate foo.pm if foo.pod exists
- works if HTMLDir is a subdir of PodDir
- create HTMLDir with File::Path::mkpath
t/
- moved all the test files into .d/ directories
1.06 2000 Oct 17
Added Pod::Tree::Pod
Pod::Tree::Node
- fixed SpitBar()
1.05 2000 Oct 12
Pod::Tree::Node
- Added $VERSION to quiet CPAN.pm
1.04 2000 Oct 11
Pod::Tree::HTML
- Added $VERSION to quiet CPAN.pm
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